summaryrefslogtreecommitdiff
path: root/sql/ha_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Reset table->record[1] early for sequences to fix comparision of innodb rowMonty2017-10-221-0/+6
* Fixed sequences based on comments from Peter Gulutzan and Andrii NikitinMonty2017-06-031-1/+13
* Add locks for sequence's to ensure that there is only one writer or many readersMonty2017-05-291-11/+12
* Make SEQUENCE working with replicationMonty2017-05-231-42/+28
* MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-1/+20
* Fixed crash with SEQUENCE when using REPAIRMonty2017-05-081-1/+5
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-4/+3
* Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+1
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+417