mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Fix galera_sync_wait_show.test
Since the purpose of event is just to see on second node whether it is created or not And we are not goint to execute the event also. So instead of setting GLOBAL event_scheduler=ON and then turning it off, we can just disable the warning.
This commit is contained in:
parent
7f2cfa8f47
commit
6bc782a233
1 changed files with 2 additions and 0 deletions
|
|
@ -63,7 +63,9 @@ DROP TABLE t1;
|
|||
|
||||
|
||||
--connection node_1
|
||||
--disable_warnings
|
||||
CREATE EVENT event1 ON SCHEDULE AT '2038-01-01 23:59:59' DO SELECT 1;
|
||||
--enable_warnings
|
||||
|
||||
--connection node_2
|
||||
SHOW CREATE EVENT event1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue