mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
SP stack trace
This commit is contained in:
committed by
Alexander Barkov
parent
8b68263a53
commit
d7e3120da8
@@ -64,6 +64,7 @@ SELECT * FROM t3 ORDER BY a;
|
||||
--connection slave
|
||||
# 1146 = ER_NO_SUCH_TABLE
|
||||
call mtr.add_suppression("Slave SQL.*Table .test.t3. doesn.t exist.* error.* 1146");
|
||||
call mtr.add_suppression("At line *");
|
||||
--let $slave_sql_errno= 1146
|
||||
--source include/wait_for_slave_sql_error.inc
|
||||
SHOW TABLES LIKE 't%';
|
||||
|
Reference in New Issue
Block a user