mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
commit
6dd302d164
57 changed files with 930 additions and 184 deletions
|
|
@ -482,6 +482,7 @@ select previous value for t1;
|
|||
previous value for t1
|
||||
1
|
||||
CREATE TEMPORARY SEQUENCE t1 start with 100 minvalue 100 maxvalue 200 increment by 1 cache 10 engine=innodb;
|
||||
START TRANSACTION WITH CONSISTENT SNAPSHOT;
|
||||
select previous value for t1;
|
||||
previous value for t1
|
||||
NULL
|
||||
|
|
|
|||
|
|
@ -362,6 +362,7 @@ CREATE SEQUENCE t1 start with 1 minvalue 1 maxvalue 10 increment by 1 cache 10 e
|
|||
select next value for t1;
|
||||
select previous value for t1;
|
||||
CREATE TEMPORARY SEQUENCE t1 start with 100 minvalue 100 maxvalue 200 increment by 1 cache 10 engine=innodb;
|
||||
START TRANSACTION WITH CONSISTENT SNAPSHOT;
|
||||
select previous value for t1;
|
||||
select next value for t1;
|
||||
select previous value for t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue