File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,6 @@ SELECT `my.db`.f1(2);
309
309
# Switching to default connection.
310
310
DROP DATABASE `my.db`;
311
311
USE test;
312
- set @@global.concurrent_insert= @old_concurrent_insert;
313
312
#
314
313
# Bug#11763507 - 56224: FUNCTION NAME IS CASE-SENSITIVE
315
314
#
@@ -367,3 +366,4 @@ RELEASE_LOCK('e1_lock')
367
366
DROP EVENT e1;
368
367
DROP TABLE t1, t2, t3;
369
368
SET GLOBAL EVENT_SCHEDULER = OFF;
369
+ set @@global.concurrent_insert= @old_concurrent_insert;
Original file line number Diff line number Diff line change @@ -475,14 +475,6 @@ disconnect addcon;
475
475
DROP DATABASE `my.db`;
476
476
USE test;
477
477
478
- #
479
- # Restore global concurrent_insert value. Keep in the end of the test file.
480
- #
481
-
482
- set @@global.concurrent_insert= @old_concurrent_insert;
483
-
484
- # Wait till all disconnects are completed
485
- --source include/wait_until_count_sessions.inc
486
478
487
479
--echo #
488
480
--echo # Bug#11763507 - 56224: FUNCTION NAME IS CASE-SENSITIVE
@@ -560,3 +552,13 @@ DROP EVENT e1;
560
552
DROP TABLE t1, t2, t3;
561
553
562
554
SET GLOBAL EVENT_SCHEDULER = OFF;
555
+
556
+
557
+ #
558
+ # Restore global concurrent_insert value. Keep in the end of the test file.
559
+ #
560
+
561
+ set @@global.concurrent_insert= @old_concurrent_insert;
562
+
563
+ # Wait till all disconnects are completed
564
+ --source include/wait_until_count_sessions.inc
You can’t perform that action at this time.
0 commit comments