mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@@ -21,6 +21,8 @@ ERROR 42000: Unknown database 'mysqltest'
|
||||
connection default;
|
||||
CREATE DATABASE mysqltest;
|
||||
CREATE EVENT mysqltest.e1 ON SCHEDULE EVERY 15 MINUTE DO BEGIN END;
|
||||
Warnings:
|
||||
Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it.
|
||||
SET DEBUG_SYNC= "after_wait_locked_schema_name SIGNAL locked WAIT_FOR release";
|
||||
DROP DATABASE mysqltest;;
|
||||
connection con1;
|
||||
|
||||
@@ -21,6 +21,8 @@ DO
|
||||
BEGIN
|
||||
UPDATE t1 SET id = id +1;
|
||||
END;|
|
||||
Warnings:
|
||||
Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it.
|
||||
Check Result
|
||||
select
|
||||
(@a:=load_file("MYSQLTEST_VARDIR/tmp/mysqlbinlog_bug39526.binlog"))
|
||||
|
||||
Reference in New Issue
Block a user