summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp_notembedded.test
diff options
context:
space:
mode:
authorAlexander Nozdrin <alexander.nozdrin@oracle.com>2012-10-29 13:06:43 +0400
committerAlexander Nozdrin <alexander.nozdrin@oracle.com>2012-10-29 13:06:43 +0400
commit122d598a000f7694919fe8cb4218a9c909769f5f (patch)
treead382a889a667ca37425b155de9dc8ae2562d39a /mysql-test/t/sp_notembedded.test
parent4baab59e93c7d02f33a711e1ee54ea324f6bd988 (diff)
parent6b7419d3d089694b6cfe47e7e7f23e9bc436c696 (diff)
downloadmariadb-git-122d598a000f7694919fe8cb4218a9c909769f5f.tar.gz
Merge from 5.1.
Diffstat (limited to 'mysql-test/t/sp_notembedded.test')
-rw-r--r--mysql-test/t/sp_notembedded.test18
1 files changed, 10 insertions, 8 deletions
diff --git a/mysql-test/t/sp_notembedded.test b/mysql-test/t/sp_notembedded.test
index 1d53964a91d..dd1f426c01a 100644
--- a/mysql-test/t/sp_notembedded.test
+++ b/mysql-test/t/sp_notembedded.test
@@ -475,14 +475,6 @@ disconnect addcon;
DROP DATABASE `my.db`;
USE test;
-#
-# Restore global concurrent_insert value. Keep in the end of the test file.
-#
-
-set @@global.concurrent_insert= @old_concurrent_insert;
-
-# Wait till all disconnects are completed
---source include/wait_until_count_sessions.inc
--echo #
--echo # Bug#11763507 - 56224: FUNCTION NAME IS CASE-SENSITIVE
@@ -507,3 +499,13 @@ SHOW CREATE EVENT TESTE_bug11763507;
DROP EVENT teste_bug11763507;
--echo #END OF BUG#11763507 test.
+
+
+#
+# Restore global concurrent_insert value. Keep in the end of the test file.
+#
+
+set @@global.concurrent_insert= @old_concurrent_insert;
+
+# Wait till all disconnects are completed
+--source include/wait_until_count_sessions.inc