summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_sp004.result
diff options
context:
space:
mode:
authorunknown <jmiller@mysql.com>2006-05-11 18:12:06 +0200
committerunknown <jmiller@mysql.com>2006-05-11 18:12:06 +0200
commitbd7fccb0fd760867a012153ea50854065af9a432 (patch)
tree96a98c5e3e998a2bf82c2475764d1ee72f62dfec /mysql-test/r/rpl_sp004.result
parenta8cabd18762e7c02a668b366edb3a7a2d5b97922 (diff)
downloadmariadb-git-bd7fccb0fd760867a012153ea50854065af9a432.tar.gz
changes for when NDB is default engine
mysql-test/t/rpl_sp004.test: updated to work with default NDB engine mysql-test/r/rpl_sp004.result: updated to work with default NDB engine mysql-test/extra/rpl_tests/rpl_flsh_tbls.test: Updated to skip when ndb is default mysql-test/t/rpl_multi_engine.test: Results will not match when ndb is default do to myisam table creates and show create mysql-test/t/rpl_row_basic_11bugs.test: Disables for when ndb is default as the show binlog events will cause failure
Diffstat (limited to 'mysql-test/r/rpl_sp004.result')
-rw-r--r--mysql-test/r/rpl_sp004.result16
1 files changed, 8 insertions, 8 deletions
diff --git a/mysql-test/r/rpl_sp004.result b/mysql-test/r/rpl_sp004.result
index dfc672d4cd7..1c0ed3cc50a 100644
--- a/mysql-test/r/rpl_sp004.result
+++ b/mysql-test/r/rpl_sp004.result
@@ -26,25 +26,25 @@ DROP TABLE IF EXISTS test.t2;
INSERT INTO test.t3 VALUES(NULL,11111111.233333,NOW());
END|
CALL test.p1();
-SELECT * FROM test.t1;
+SELECT * FROM test.t1 ORDER BY a;
a
1
2
3
12
-SELECT * FROM test.t2;
+SELECT * FROM test.t2 ORDER BY a;
a
1
2
3
8
-SELECT * FROM test.t1;
+SELECT * FROM test.t1 ORDER BY a;
a
1
2
3
12
-SELECT * FROM test.t2;
+SELECT * FROM test.t2 ORDER BY a;
a
1
2
@@ -62,25 +62,25 @@ t3
CALL test.p1();
Warnings:
Note 1050 Table 't3' already exists
-SELECT * FROM test.t1;
+SELECT * FROM test.t1 ORDER BY a;
a
1
2
3
12
-SELECT * FROM test.t2;
+SELECT * FROM test.t2 ORDER BY a;
a
1
2
3
8
-SELECT * FROM test.t1;
+SELECT * FROM test.t1 ORDER BY a;
a
1
2
3
12
-SELECT * FROM test.t2;
+SELECT * FROM test.t2 ORDER BY a;
a
1
2