1
0
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:
Nikita Malyavin
2023-05-13 14:44:15 +03:00
committed by Sergei Golubchik
parent 3a42f2869e
commit 55d1645d5b
3 changed files with 25 additions and 18 deletions

View File

@ -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
#