summaryrefslogtreecommitdiff
path: root/sql/sql_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of valgrind warning for sql_sequence tests.Monty2017-08-071-0/+6
* MDEV-13393 SEQUENCE related crash when running concurrent I_S.TABLES and FLUS...Monty2017-08-071-7/+7
* Fixed sequences based on comments from Peter Gulutzan and Andrii NikitinMonty2017-06-031-11/+15
* MDEV-12930 Testing SEQUENCE objectMonty2017-05-301-2/+6
* Add locks for sequence's to ensure that there is only one writer or many readersMonty2017-05-291-14/+45
* Make SEQUENCE working with replicationMonty2017-05-231-25/+50
* MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-68/+252
* Fixed crash with SEQUENCE when using REPAIRMonty2017-05-081-5/+7
* MDEV-12695 Add Column_definition::type_handler()Alexander Barkov2017-05-051-12/+12
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-12/+15
* Fixed failure in mtr --ps sql_sequence.create sql_sequence.read_onlyMichael Widenius2017-04-091-0/+8
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+670