Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
CURRENT_TEST: rpl.mdev_17588
|
mysqltest: At line 22: query 'show create table t2' failed: 1146: Table 'test.t2' doesn't exist
|
 |
The result from queries just before the failure was:
|
< snip >
|
create table t1 (a int) engine=innodb;
|
create table t2 (a int);
|
create table t3 (a int) engine=innodb;
|
include/save_master_gtid.inc
|
connection slave;
|
include/wait_for_slave_sql_error.inc [errno=1286]
|
Last_Error = 'Error 'Unknown storage engine 'innodb'' on query. Default database: 'test'. Query: 'create table t1 (a int) engine=innodb''
|
STOP SLAVE IO_THREAD;
|
include/wait_for_slave_to_stop.inc
|
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;
|
include/start_slave.inc
|
include/sync_with_master_gtid.inc
|
show tables;
|
Tables_in_test
|
show create table t2;
|
Latest fail in 10.3 | Last 25 fails
Attachments
Issue Links
- is duplicated by
-
MDEV-20137 rpl.mdev_17588 fails in buildbot with "Table doesn't exist"
- Closed
- relates to
-
MDEV-17588 replicate-do filters cause errors when creating filtered-out tables on master with syntax unsupported on slave
- Closed