mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge branch '10.2' into 10.3
This commit is contained in:
commit
9614fde1aa
111 changed files with 2663 additions and 552 deletions
|
|
@ -99,3 +99,18 @@ ROLLBACK AND NO CHAIN NO RELEASE;
|
|||
--echo #
|
||||
--echo # End of 5.5 tests
|
||||
--echo #
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-6899 extra semicolon in show create event syntax
|
||||
--echo #
|
||||
set timestamp=unix_timestamp('2020-10-10 5:5:5');
|
||||
delimiter $;
|
||||
create event a on schedule every 1 day do set @a:=1;select 2$
|
||||
delimiter ;$
|
||||
query_vertical show create event a;
|
||||
drop event a;
|
||||
set timestamp=default;
|
||||
|
||||
--echo #
|
||||
--echo # End of 10.2 tests
|
||||
--echo #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue