From d54f77eb628b23575a5e1fdbd8c7d77dad3bc4ab Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 26 Oct 2007 09:06:18 +0200 Subject: [PATCH] post merge weirdness --- mysql-test/suite/ndb/r/ndb_basic.result | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mysql-test/suite/ndb/r/ndb_basic.result b/mysql-test/suite/ndb/r/ndb_basic.result index 38273230f19..9f4f8c0755c 100644 --- a/mysql-test/suite/ndb/r/ndb_basic.result +++ b/mysql-test/suite/ndb/r/ndb_basic.result @@ -882,16 +882,16 @@ replace into t1 values ('aaa', '-aaa'); replace into t1 values ('bbb', '-bbb'); replace into t1 values ('ccc', '-ccc'); select * from t1 order by 1,2; -a b -a -a -aa -aa -aaa -aaa -b -b -bb -bb -bbb -bbb -c -c -cc -cc -ccc -ccc +a b +a -a +aa -aa +aaa -aaa +b -b +bb -bb +bbb -bbb +c -c +cc -cc +ccc -ccc drop table t1; End of 5.0 tests CREATE TABLE t1 (a VARCHAR(255) NOT NULL,