1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge branch '10.4' into 10.5

This commit is contained in:
Oleksandr Byelkin
2023-07-27 13:12:30 +02:00
423 changed files with 1551 additions and 152 deletions

View File

@ -379,6 +379,7 @@ drop view v1;
# CREATE TEMPORARY SEQUENCE
#
--disable_ps2_protocol
CREATE TEMPORARY SEQUENCE t1;
select next value for t1;
drop temporary table t1;
@ -411,6 +412,7 @@ select previous value for t1;
drop temporary sequence t1;
select previous value for t1;
drop sequence t1;
--enable_ps2_protocol
#
# Check that we can't create anything with the sequence engine