From a6c6b88b1442da9ef885adbd4747750e91b53766 Mon Sep 17 00:00:00 2001
From: pcherenkov <pcherenkov@gmail.com>
Date: Thu, 26 Jan 2012 11:48:48 +0400
Subject: [PATCH] bug920951: sql.result revesed

---
 test/box_big/sql.result | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/box_big/sql.result b/test/box_big/sql.result
index 05594a9460..4c99702d1a 100644
--- a/test/box_big/sql.result
+++ b/test/box_big/sql.result
@@ -22,8 +22,8 @@ Insert OK, 1 row affected
 select * from t0 where k1='Richard' or k1='Tomas' or k1='Tomas' limit 5
 Found 5 tuples:
 ['Doe', 'Richard']
-['Woe', 'Richard']
 ['Roe', 'Richard']
+['Woe', 'Richard']
 ['Major', 'Tomas']
 ['Kytes', 'Tomas']
 #
-- 
GitLab