summaryrefslogtreecommitdiff
path: root/sql/sql_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-1/+1
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-7/+7
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-2/+2
|\
| * MDEV-14404 Don't use LEX::check_exists in ALTER SEQUENCEAlexander Barkov2017-11-151-2/+2
* | Fix warningsVladislav Vaintroub2017-11-271-1/+1
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-15/+15
|\ \ | |/
| * Reset table->record[1] early for sequences to fix comparision of innodb rowMonty2017-10-221-6/+0
| * MDEV-13711 Assertion failure on CREATE TABLE .. LIKE <sequence>Aleksey Midenkov2017-10-221-1/+0
| * MDEV-14092 NEXTVAL fails on slaveMichael Widenius2017-10-191-8/+15
* | MDEV-13732 User with SELECT privilege can ALTER sequenceMonty2017-09-081-1/+1
* | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
|/
* 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