mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
19 lines
319 B
PHP
19 lines
319 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 ABORTED after post commit");
|