mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-31059 "Slave SQL" errors upon concurrent DML and erroneous ALTER
Skip more rpl-related error handling. Also move the error check inside if (table) -- otherwise the error should be handled already.
This commit is contained in:
committed by
Sergei Golubchik
parent
3a42f2869e
commit
55d1645d5b
@ -1549,6 +1549,9 @@ drop table t;
|
||||
set debug_sync= reset;
|
||||
--disconnect con1
|
||||
--disconnect con2
|
||||
let SEARCH_FILE= $MYSQLTEST_VARDIR/log/mysqld.1.err;
|
||||
let SEARCH_PATTERN= Slave SQL;
|
||||
--source include/search_pattern_in_file.inc
|
||||
--echo #
|
||||
--echo # End of 11.2 tests
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user