mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 5.0 -> 5.1 of fix for bug 44493
This commit is contained in:
@ -36,9 +36,15 @@ rollback;
|
|||||||
connection b;
|
connection b;
|
||||||
reap;
|
reap;
|
||||||
rollback;
|
rollback;
|
||||||
|
|
||||||
|
# Cleanup
|
||||||
|
connection a;
|
||||||
|
disconnect a;
|
||||||
|
--source include/wait_until_disconnected.inc
|
||||||
|
connection b;
|
||||||
|
disconnect b;
|
||||||
|
--source include/wait_until_disconnected.inc
|
||||||
connection default;
|
connection default;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
drop function f1;
|
drop function f1;
|
||||||
disconnect a;
|
|
||||||
disconnect b;
|
|
||||||
SET @@global.log_bin_trust_function_creators= @old_log_bin_trust_function_creators;
|
SET @@global.log_bin_trust_function_creators= @old_log_bin_trust_function_creators;
|
||||||
|
Reference in New Issue
Block a user