File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ if (`SELECT @@global.binlog_format != 'ROW'`)
161
161
# Query causes error on master but not on slave. This causes the slave to
162
162
# stop with error code 0 (which is wrong: see BUG#57287)
163
163
# ER_MTS_INCONSISTENT_DATA
164
- --let $slave_sql_errno= 0,1754
164
+ --let $slave_sql_errno= 0,1755
165
165
--source include/wait_for_slave_sql_error.inc
166
166
drop table t1, t2;
167
167
}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ load data infile '../../std_data/rpl_loaddata2.dat' into table t2 fields
82
82
terminated by ',' optionally enclosed by '%' escaped by '@' lines terminated by
83
83
'\n##\n' starting by '>' ignore 1 lines;
84
84
ERROR 23000: Duplicate entry '2003-03-22' for key 'day'
85
- include/wait_for_slave_sql_error.inc [errno=0,1754 ]
85
+ include/wait_for_slave_sql_error.inc [errno=0,1755 ]
86
86
drop table t1, t2;
87
87
drop table t1, t2;
88
88
CREATE TABLE t1 (word CHAR(20) NOT NULL PRIMARY KEY) ENGINE=INNODB;
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ load data CONCURRENT infile '../../std_data/rpl_loaddata2.dat' into table t2 fie
98
98
terminated by ',' optionally enclosed by '%' escaped by '@' lines terminated by
99
99
'\n##\n' starting by '>' ignore 1 lines;
100
100
ERROR 23000: Duplicate entry '2003-03-22' for key 'day'
101
- include/wait_for_slave_sql_error.inc [errno=0,1754 ]
101
+ include/wait_for_slave_sql_error.inc [errno=0,1755 ]
102
102
drop table t1, t2;
103
103
drop table t1, t2;
104
104
CREATE TABLE t1 (word CHAR(20) NOT NULL PRIMARY KEY) ENGINE=INNODB;
You can’t perform that action at this time.
0 commit comments