summaryrefslogtreecommitdiff
path: root/sql/sql_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-06-081-1/+12
|\
| * 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.4 into 10.5Marko Mäkelä2020-05-311-2/+4
|\ \ \ | |/ /
| * | 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
* | | Aria will now register it's transactionsMonty2020-05-231-2/+1
* | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-2/+2
* | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-4/+2
* | | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-4/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+5
|\ \ \ | |/ /
| * | 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
* | | MDEV-20353 Add separate type handlers for unsigned integer data typesAlexander Barkov2019-08-151-9/+9
* | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-2/+2
* | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-2/+2
|/ /
* | 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