mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@@ -7,6 +7,7 @@ drop table if exists t1;
|
||||
--echo # Test alter sequence
|
||||
--echo #
|
||||
|
||||
--disable_ps2_protocol
|
||||
CREATE SEQUENCE t1 nocache engine=myisam;
|
||||
select * from t1;
|
||||
select next value for t1;
|
||||
@@ -173,3 +174,5 @@ SHOW CREATE SEQUENCE s2;
|
||||
DROP SEQUENCE s2;
|
||||
RENAME TABLE s1 TO s2;
|
||||
DROP SEQUENCE s2;
|
||||
|
||||
--enable_ps2_protocol
|
||||
|
Reference in New Issue
Block a user