summaryrefslogtreecommitdiff
path: root/sql/sql_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-7/+6
|\
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-7/+6
* | Merge 10.3 into 10.4Marko Mäkelä2020-07-211-0/+4
|\ \ | |/
| * MDEV-16929 Assertion ... in close_thread_tables upon killing connectionMonty2020-07-211-0/+4
* | Merge 10.3 into 10.4Marko Mäkelä2020-06-081-1/+12
|\ \ | |/
| * Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objectsMonty2020-06-071-0/+5
| * Don't allow illegal create options for SEQUENCEMonty2020-06-071-1/+7
* | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-2/+4
|\ \ | |/
| * Don't crash if creating sequence under XAMonty2020-05-221-2/+4
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+5
|\ \ | |/
| * MDEV-15977 Assertion !thd->in_sub_stmt failed in trans_commit_stmtRobert Bindar2019-12-021-2/+5
* | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-1/+1
|\ \ | |/
| * Fix typo and example in comment/KB for `setval()`Anel Husakovic2019-07-221-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-171-2/+2
|\ \ | |/
| * Typo fix in sql_sequence.ccwayne2019-04-151-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-2/+3
|\ \ | |/
| * Sequences with negative numbers and auto_increment_increment crashesMonty2018-08-301-2/+3
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-2/+2
|/
* Added missing write_unlock() in case of errorsMichael Widenius2018-05-141-0/+4
* Add likely/unlikely to speed up executionMonty2018-05-071-10/+10
* MDEV-15732: Assertion `next_free_value % real_increment == offset && next_fre...Oleksandr Byelkin2018-04-261-2/+1
* Fix for MDEV-14831Monty2018-04-021-28/+58
* MDEV-15149 Assert upon concurrent creating / querying sequencesMonty2018-03-291-0/+3
* Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-3/+3
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-191-1/+1
|\
| * Fix for MDEV-15105 (memory loss with LOCK sequence)Monty2018-02-191-1/+1
| * Fix warningsVladislav Vaintroub2018-01-051-1/+1
* | 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