Browse Source
MDEV-12930 Testing SEQUENCE object
MDEV-12930 Testing SEQUENCE object
Fixed the following things from the above MDEV: - Ensure the user has INSERT privilege when generating new sequence values with NEXT VALUE FOR or SETVAL() - Fixed bug in InnoDB when generating several sequence values in one statement - Ensure that read_set is up to date before calling ha_sequence::ha_write_row() - This is only a potential bug with storage engines that trusts the column maps completelypull/401/head
10 changed files with 181 additions and 7 deletions
-
50mysql-test/suite/sql_sequence/gtid.result
-
38mysql-test/suite/sql_sequence/gtid.test
-
35mysql-test/suite/sql_sequence/other.result
-
27mysql-test/suite/sql_sequence/other.test
-
2mysql-test/suite/sql_sequence/replication.result
-
2sql/ha_sequence.h
-
12sql/sql_acl.cc
-
9sql/sql_parse.cc
-
8sql/sql_sequence.cc
-
5storage/innobase/handler/ha_innodb.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue