summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove HA_WANTS_PRIMARY_KEY as redundantSergei Golubchik2018-11-201-4/+0
* Merge 10.2 into 10.3Marko Mäkelä2018-11-061-1/+0
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-11-061-1/+0
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-1/+0
| | |\
| | | * Remove unused code.Sergey Vojtovich2018-10-191-1/+0
| | * | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-131-0/+8
| * | | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsbb-10.2-MDEV-16912Jacob Mathew2018-09-111-0/+8
* | | | MDEV-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1Monty2018-10-291-0/+4
* | | | MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-09-211-2/+4
* | | | MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time...Jacob Mathew2018-07-091-2/+2
* | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-1/+1
* | | | remove partition-specific methods from the base handler classSergei Golubchik2018-02-231-7/+1
* | | | MDEV-13982 Server crashes in in ha_partition::engine_nameSergei Golubchik2018-02-231-2/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+1
|\ \ \ \
* | | | | MDEV-15215 main.partition_explicit_prune fails in bulidbot with assertion fai...Alexey Botchkov2018-02-131-2/+5
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-0/+6
* | | | | fix compilation w/o P_SSergei Golubchik2018-01-091-0/+2
* | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-1/+1
* | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-36/+167
|\ \ \ \ \
| * | | | | Remove compiler warningsMonty2017-12-031-1/+1
| * | | | | Add direct join support for SpiderMonty2017-12-031-0/+8
| * | | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-0/+17
| * | | | | Adding option to tell that cmp_ref handler call is expensiveMonty2017-12-031-0/+2
| * | | | | Adding support for auto_increment in the partition engine.Monty2017-12-031-6/+10
| * | | | | Adding Full Text Search support to partitionsMonty2017-12-031-9/+28
| * | | | | Adding multi_range_read support to partitionsMonty2017-12-031-18/+89
| * | | | | MDEV 7701 extra() calls for VP engineMonty2017-12-031-0/+5
| * | | | | Applied patch 001_mariadb-10.0.15.partition_cond_push.diffMonty2017-12-031-0/+8
| * | | | | Added spider patches for adding HANDLER support for the partition engineMonty2017-12-031-1/+2
* | | | | | Revert "SQL: 1-row partition rotation fix [fixes #260]"Aleksey Midenkov2017-11-171-1/+1
* | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-6/+103
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SQL: 1-row partition rotation fix [fixes #260]Aleksey Midenkov2017-09-131-1/+1
| * | | | | SQL: partitioning misc fixes [closes #242]Aleksey Midenkov2017-09-071-5/+0
| * | | | | Style: API renamesAleksey Midenkov2017-06-221-1/+1
| * | | | | IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-051-17/+100
| * | | | | SQL: (0.6) Pruning for VERSIONING partitions [closes #97]Aleksey Midenkov2017-05-051-3/+1
| * | | | | SQL: (0.5) Versioned partitions [closes #77]Aleksey Midenkov2017-05-051-1/+33
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-0/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-0/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-0/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | MDEV-13157 Specifying DATA DIRECTORY in tables leads to failing EXCHANGE PART...Sergei Golubchik2017-09-181-0/+4
* | | | | | remove unneeded allocationEugene Kosov2017-09-141-7/+3
|/ / / / /
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-7/+0
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: generate_partition_syntax()Sergei Golubchik2017-07-051-7/+0
| * | | | MariaRocks port: Remove handler::init_with_fieldsSergei Petrunia2017-01-211-2/+0
| * | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocksSergei Petrunia2017-01-021-6/+0
| |\ \ \ \
| * | | | | MariaRocks port: Return correct value of HA_PRIMARY_KEY_IN_READ_INDEX flagSergei Petrunia2016-12-021-0/+2
* | | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+3
* | | | | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+1
| |_|_|/ / |/| | | |