1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge 5.0 -> 5.1 of fix for bug 44493

This commit is contained in:
Matthias Leich
2009-07-30 16:31:45 +02:00

View File

@ -36,9 +36,15 @@ rollback;
connection b;
reap;
rollback;
# Cleanup
connection a;
disconnect a;
--source include/wait_until_disconnected.inc
connection b;
disconnect b;
--source include/wait_until_disconnected.inc
connection default;
drop table t1;
drop function f1;
disconnect a;
disconnect b;
SET @@global.log_bin_trust_function_creators= @old_log_bin_trust_function_creators;