summaryrefslogtreecommitdiff
path: root/sql/sql_sequence.h
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings given by UBSANMonty2021-04-201-2/+2
* MDEV-14092 NEXTVAL fails on slaveMichael Widenius2017-10-191-2/+2
* MDEV-13393 SEQUENCE related crash when running concurrent I_S.TABLES and FLUS...Monty2017-08-071-2/+1
* Fixed sequences based on comments from Peter Gulutzan and Andrii NikitinMonty2017-06-031-1/+3
* Add locks for sequence's to ensure that there is only one writer or many readersMonty2017-05-291-11/+7
* Make SEQUENCE working with replicationMonty2017-05-231-10/+16
* MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-4/+33
* Fixed crash with SEQUENCE when using REPAIRMonty2017-05-081-1/+3
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+133