Commit 097e735b authored by Matthias Leich's avatar Matthias Leich

Merge 5.0 -> 5.1 of fix for bug 44493

parents 79283b61 79751dff
...@@ -36,9 +36,15 @@ rollback; ...@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment