mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
18 lines
313 B
PHP
18 lines
313 B
PHP
#
|
|
# Cleanup for MW-328 tests
|
|
#
|
|
|
|
--connection node_1
|
|
--disable_query_log
|
|
--eval KILL CONNECTION $sp_connection_id
|
|
--enable_query_log
|
|
|
|
--connection node_1X
|
|
--error 2013,1317
|
|
--reap
|
|
|
|
--connection node_1
|
|
DROP PROCEDURE proc_update;
|
|
DROP TABLE t1, t2;
|
|
|
|
CALL mtr.add_suppression("conflict state 3 after post commit");
|