1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00

Fix test failure seen in buildbot on power8.

GTID order in @@gtid_binlog_pos depends on internal hash order,
so requires --replace_result for stable test output.
This commit is contained in:
Kristian Nielsen
2014-07-11 11:17:50 +02:00
parent afbb2e2901
commit fd0abecaf4
2 changed files with 2 additions and 1 deletions

View File

@@ -168,7 +168,7 @@ a
include/stop_slave.inc
CREATE TABLE t3 (a INT);
DROP TABLE t3;
START SLAVE UNTIL master_gtid_pos='1-1-5,2-1-5,0-1-6';
START SLAVE UNTIL master_gtid_pos='UNTIL_CONDITION';
include/wait_for_slave_to_stop.inc
SHOW CREATE TABLE t3;
Table Create Table