summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-4/+5
|\
| * Added Max_index_length and Temporary to SHOW TABLE STATUSMonty2018-02-121-0/+1
* | MDEV-15215 main.partition_explicit_prune fails in bulidbot with assertion fai...Alexey Botchkov2018-02-131-23/+23
* | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-14/+14
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+1
|\ \ | |/
| * Added name to MEM_ROOT for esier debuggingMonty2018-02-021-3/+3
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-8/+7
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-301-1/+4
|\ \ | |/
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-301-1/+5
| |\
| | * MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-301-1/+5
* | | Fix warnings.Vladislav Vaintroub2018-01-291-5/+5
* | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-38/+146
* | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-36/+33
|\ \ \
| * \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-36/+33
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-36/+33
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'origin/10.1' into bb-10.2-vicentiuVicențiu Ciorbaru2017-12-281-36/+33
| | | |\
| | | | * MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partition...Sergei Golubchik2017-12-251-9/+25
| | | | * cleanup: ha_partition::update_create_infoSergei Golubchik2017-12-251-27/+8
* | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-2/+2
* | | | | System Versioning 1.0 pre6Aleksey Midenkov2017-12-151-1/+1
|\ \ \ \ \
| * | | | | Partitioning syntax for versioningSergei Golubchik2017-12-141-1/+1
* | | | | | System Versioning 1.0 pre4Eugene Kosov2017-12-141-1/+10
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | MDEV Assertion `partition_id == m_extra_cache_part_id' failed in ha_partition...Monty2017-12-121-1/+10
* | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-322/+2562
|\ \ \ \ \ | |/ / / /
| * | | | Remove compiler warningsMonty2017-12-031-2/+0
| * | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-0/+585
| * | | | Spider fix: Stop searching next when m_top_entry=NO_CURRENT_PART_IDMichael Widenius2017-12-031-3/+11
| * | | | Cleanups for ha_partition.ccMichael Widenius2017-12-031-45/+57
| * | | | Fix index scan cleanup in the partition engine.Monty2017-12-031-8/+10
| * | | | Adding option to tell that cmp_ref handler call is expensiveMonty2017-12-031-55/+20
| * | | | Adding support for auto_increment in the partition engine.Monty2017-12-031-14/+87
| * | | | Adding Full Text Search support to partitionsMonty2017-12-031-9/+465
| * | | | Fixed indentation in ha_partition.cc when assigning variablesMonty2017-12-031-22/+22
| * | | | Add direct aggregatesMonty2017-12-031-1/+0
| * | | | Adding multi_range_read support to partitionsMonty2017-12-031-153/+1204
| * | | | MDEV-7700 Spiral patch 002_mariadb-10.0.15.spider.diff, part 2Monty2017-12-031-6/+11
| * | | | MDEV 7701 extra() calls for VP engineMonty2017-12-031-18/+64
| * | | | MDEV-7700 Spiral patch 002_mariadb-10.0.15.spider.diffMonty2017-12-031-11/+2
| * | | | Applied patch 001_mariadb-10.0.15.partition_cond_push.diffMonty2017-12-031-0/+33
| * | | | Added spider patches for adding HANDLER support for the partition engineMonty2017-12-031-6/+22
* | | | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Simplify fn_rextMichael Widenius2017-11-171-1/+1
* | | | | Revert "SQL: 1-row partition rotation fix [fixes #260]"Aleksey Midenkov2017-11-171-8/+7
* | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-12/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SQL: 1-row partition rotation fix [fixes #260]Aleksey Midenkov2017-09-131-7/+8
| * | | | SQL: partitioning misc fixes [closes #242]Aleksey Midenkov2017-09-071-5/+2
| * | | | IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-051-5/+18
| * | | | SQL: (0.6) Pruning for VERSIONING partitions [closes #97]Aleksey Midenkov2017-05-051-0/+9
| * | | | SQL: (0.5) Versioned partitions [closes #77]Aleksey Midenkov2017-05-051-2/+5
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-3/+3
|\ \ \ \ \ | | |/ / / | |/| | |