@@ -15,7 +15,7 @@ flush logs;
15
15
16
16
--- Local --
17
17
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
18
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
18
+ /*!40019 SET @@session.max_delayed_threads =0*/;
19
19
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
20
20
DELIMITER /*!*/;
21
21
ROLLBACK/*!*/;
@@ -94,7 +94,7 @@ ROLLBACK /* added by mysqlbinlog */;
94
94
95
95
--- Broken LOAD DATA --
96
96
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
97
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
97
+ /*!40019 SET @@session.max_delayed_threads =0*/;
98
98
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
99
99
DELIMITER /*!*/;
100
100
START TRANSACTION
@@ -130,7 +130,7 @@ ROLLBACK /* added by mysqlbinlog */;
130
130
131
131
--- --database --
132
132
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
133
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
133
+ /*!40019 SET @@session.max_delayed_threads =0*/;
134
134
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
135
135
DELIMITER /*!*/;
136
136
ROLLBACK/*!*/;
@@ -181,7 +181,7 @@ ROLLBACK /* added by mysqlbinlog */;
181
181
182
182
--- --start-position --
183
183
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
184
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
184
+ /*!40019 SET @@session.max_delayed_threads =0*/;
185
185
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
186
186
DELIMITER /*!*/;
187
187
START TRANSACTION
@@ -209,7 +209,7 @@ ROLLBACK /* added by mysqlbinlog */;
209
209
210
210
--- Remote --
211
211
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
212
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
212
+ /*!40019 SET @@session.max_delayed_threads =0*/;
213
213
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
214
214
DELIMITER /*!*/;
215
215
ROLLBACK/*!*/;
@@ -288,7 +288,7 @@ ROLLBACK /* added by mysqlbinlog */;
288
288
289
289
--- Broken LOAD DATA --
290
290
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
291
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
291
+ /*!40019 SET @@session.max_delayed_threads =0*/;
292
292
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
293
293
DELIMITER /*!*/;
294
294
START TRANSACTION
@@ -324,7 +324,7 @@ ROLLBACK /* added by mysqlbinlog */;
324
324
325
325
--- --database --
326
326
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
327
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
327
+ /*!40019 SET @@session.max_delayed_threads =0*/;
328
328
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
329
329
DELIMITER /*!*/;
330
330
ROLLBACK/*!*/;
@@ -375,7 +375,7 @@ ROLLBACK /* added by mysqlbinlog */;
375
375
376
376
--- --start-position --
377
377
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
378
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
378
+ /*!40019 SET @@session.max_delayed_threads =0*/;
379
379
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
380
380
DELIMITER /*!*/;
381
381
START TRANSACTION
@@ -403,7 +403,7 @@ ROLLBACK /* added by mysqlbinlog */;
403
403
404
404
--- reading stdin --
405
405
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
406
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
406
+ /*!40019 SET @@session.max_delayed_threads =0*/;
407
407
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
408
408
DELIMITER /*!*/;
409
409
ROLLBACK/*!*/;
@@ -424,7 +424,7 @@ ROLLBACK /* added by mysqlbinlog */;
424
424
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
425
425
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=0*/;
426
426
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
427
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
427
+ /*!40019 SET @@session.max_delayed_threads =0*/;
428
428
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
429
429
DELIMITER /*!*/;
430
430
SET TIMESTAMP=1108844556/*!*/;
@@ -486,7 +486,7 @@ drop procedure p1;
486
486
call p1();
487
487
ERROR 42000: PROCEDURE test.p1 does not exist
488
488
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
489
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
489
+ /*!40019 SET @@session.max_delayed_threads =0*/;
490
490
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
491
491
DELIMITER /*!*/;
492
492
use `test`/*!*/;
538
538
drop table t1;
539
539
flush logs;
540
540
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
541
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
541
+ /*!40019 SET @@session.max_delayed_threads =0*/;
542
542
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
543
543
DELIMITER /*!*/;
544
544
use `test`/*!*/;
@@ -717,7 +717,7 @@ FLUSH LOGS;
717
717
#
718
718
# Test if the 'BEGIN', 'ROLLBACK' and 'COMMIT' are output if the database specified exists
719
719
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
720
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
720
+ /*!40019 SET @@session.max_delayed_threads =0*/;
721
721
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
722
722
DELIMITER /*!*/;
723
723
ROLLBACK/*!*/;
@@ -772,7 +772,7 @@ ROLLBACK /* added by mysqlbinlog */;
772
772
#
773
773
# Test if the 'BEGIN', 'ROLLBACK' and 'COMMIT' are output if the database specified does not exist
774
774
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
775
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
775
+ /*!40019 SET @@session.max_delayed_threads =0*/;
776
776
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
777
777
DELIMITER /*!*/;
778
778
ROLLBACK/*!*/;
@@ -808,7 +808,7 @@ ROLLBACK /* added by mysqlbinlog */;
808
808
#
809
809
# Test if the 'SAVEPOINT', 'ROLLBACK TO' are output if the database specified exists
810
810
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
811
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
811
+ /*!40019 SET @@session.max_delayed_threads =0*/;
812
812
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
813
813
DELIMITER /*!*/;
814
814
SET TIMESTAMP=1266652094/*!*/;
@@ -850,7 +850,7 @@ ROLLBACK /* added by mysqlbinlog */;
850
850
#
851
851
# Test if the 'SAVEPOINT', 'ROLLBACK TO' are output if the database specified does not exist
852
852
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
853
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
853
+ /*!40019 SET @@session.max_delayed_threads =0*/;
854
854
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
855
855
DELIMITER /*!*/;
856
856
SET TIMESTAMP=1266652094/*!*/;
@@ -936,7 +936,7 @@ SET GLOBAL SERVER_ID = 1;
936
936
# FDE corrupted in relay log
937
937
#
938
938
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
939
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
939
+ /*!40019 SET @@session.max_delayed_threads =0*/;
940
940
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
941
941
DELIMITER /*!*/;
942
942
# at 4
@@ -1019,7 +1019,7 @@ ROLLBACK /* added by mysqlbinlog */;
1019
1019
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
1020
1020
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=0*/;
1021
1021
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
1022
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
1022
+ /*!40019 SET @@session.max_delayed_threads =0*/;
1023
1023
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
1024
1024
DELIMITER /*!*/;
1025
1025
# at 4
@@ -1102,7 +1102,7 @@ ROLLBACK /* added by mysqlbinlog */;
1102
1102
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
1103
1103
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=0*/;
1104
1104
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
1105
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
1105
+ /*!40019 SET @@session.max_delayed_threads =0*/;
1106
1106
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
1107
1107
DELIMITER /*!*/;
1108
1108
# at 4
@@ -1185,7 +1185,7 @@ ROLLBACK /* added by mysqlbinlog */;
1185
1185
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
1186
1186
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=0*/;
1187
1187
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
1188
- /*!40019 SET @@session.max_insert_delayed_threads =0*/;
1188
+ /*!40019 SET @@session.max_delayed_threads =0*/;
1189
1189
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
1190
1190
DELIMITER /*!*/;
1191
1191
# at 4
0 commit comments