summaryrefslogtreecommitdiff
path: root/sql/ha_sequence.h
Commit message (Expand)AuthorAgeFilesLines
* Added support for more functions when using partitioned S3 tablesMonty2020-04-191-3/+3
* handler::rebind()Sergey Vojtovich2020-03-241-2/+2
* MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1
* MDEV-12930 Testing SEQUENCE objectMonty2017-05-301-0/+2
* Add locks for sequence's to ensure that there is only one writer or many readersMonty2017-05-291-5/+25
* Make SEQUENCE working with replicationMonty2017-05-231-2/+3
* MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-0/+4
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
* Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+1
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+138