summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2018-10-051-2/+2
|\
| * MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-09-211-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-0/+1
|\ \ | |/
| * MDEV-14474 information_schema.check_constraintsAnel Husakovic2018-08-251-0/+1
* | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-3/+3
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-08-031-3/+3
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2018-08-031-2/+2
| | |\
| | | * Fix -Wclass-memaccess in WSREP,InnoDB,XtraDBMarko Mäkelä2018-08-031-2/+2
| * | | MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time...Jacob Mathew2018-07-091-2/+2
* | | | MDEV-16421 Make system tables crash safeMichael Widenius2018-08-141-1/+1
* | | | MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time...bb-10.4-MDEV-16246Jacob Mathew2018-07-241-2/+2
|/ / /
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+9
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-06-261-1/+9
| |\ \ | | |/
| | * Merge 10.0 into 10.1Marko Mäkelä2018-06-261-1/+9
| | |\
| | | * MDEV-15242 Poor RBR update performance with partitioned tablesAndrei Elkin2018-06-251-1/+9
* | | | MDEV-16334 Incorrect ALTER TABLE for changing column optionMarko Mäkelä2018-05-301-28/+26
* | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-7/+9
* | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-13/+14
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
| | | |\
* | | | | MDEV-15413 Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS S...Sergei Golubchik2018-04-101-8/+8
* | | | | MDEV-14790 System versioning for system tables does not work as expectedAleksey Midenkov2018-04-101-1/+1
* | | | | fix comparison of row_start/row_endSergei Golubchik2018-04-101-2/+2
* | | | | dead code - related to vtmdSergei Golubchik2018-04-101-6/+0
* | | | | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-32/+40
* | | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-164/+176
* | | | | Fixed alter online table for Aria tablesMonty2018-03-291-0/+1
* | | | | don't allow TIMESTAMP(6) versioning and FK with CASCADE or SET NULLSergei Golubchik2018-02-241-1/+10
* | | | | remove partition-specific methods from the base handler classSergei Golubchik2018-02-231-4/+0
* | | | | MDEV-14798 Add, drop system versioning semantic and syntaxSergei Golubchik2018-02-231-3/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-5/+7
|\ \ \ \ \
| * | | | | Added Max_index_length and Temporary to SHOW TABLE STATUSMonty2018-02-121-3/+5
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-5/+5
* | | | | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-1/+4
* | | | | | MDEV-14798 Add, drop system versioning semantic and syntaxEugene Kosov2018-01-121-1/+3
* | | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-0/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-191-0/+16
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-191-0/+7
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-191-0/+7
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-181-0/+7
| | | | |\ \ \ | | | | | |/ /
| | | | | * | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-181-0/+7
| | * | | | | MDEV-14593 human-readable XA RECOVER.Alexey Botchkov2017-12-181-0/+9
* | | | | | | MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in r...Eugene Kosov2017-12-201-15/+5
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-3/+3
* | | | | | | SQL, IB: unversioned fields with ALTER TABLE [fixes #401]Eugene Kosov2017-12-151-0/+2
* | | | | | | SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-26/+39
* | | | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-8/+200
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-9/+112