mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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
@ -1364,6 +1364,7 @@ drop table t;
|
||||
set debug_sync= reset;
|
||||
disconnect con1;
|
||||
disconnect con2;
|
||||
NOT FOUND /Slave SQL/ in mysqld.1.err
|
||||
#
|
||||
# End of 11.2 tests
|
||||
#
|
||||
|
Reference in New Issue
Block a user