Skip to content

Commit cdbfbf4

Browse files
author
Alexander Nozdrin
committed
Merge from 5.5.
2 parents 1339eda + eaf3c8f commit cdbfbf4

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

mysql-test/r/sp_notembedded.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ SELECT `my.db`.f1(2);
309309
# Switching to default connection.
310310
DROP DATABASE `my.db`;
311311
USE test;
312-
set @@global.concurrent_insert= @old_concurrent_insert;
313312
#
314313
# Bug#11763507 - 56224: FUNCTION NAME IS CASE-SENSITIVE
315314
#
@@ -367,3 +366,4 @@ RELEASE_LOCK('e1_lock')
367366
DROP EVENT e1;
368367
DROP TABLE t1, t2, t3;
369368
SET GLOBAL EVENT_SCHEDULER = OFF;
369+
set @@global.concurrent_insert= @old_concurrent_insert;

mysql-test/t/sp_notembedded.test

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -475,14 +475,6 @@ disconnect addcon;
475475
DROP DATABASE `my.db`;
476476
USE test;
477477

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
486478

487479
--echo #
488480
--echo # Bug#11763507 - 56224: FUNCTION NAME IS CASE-SENSITIVE
@@ -560,3 +552,13 @@ DROP EVENT e1;
560552
DROP TABLE t1, t2, t3;
561553

562554
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

0 commit comments

Comments
 (0)