summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: versioning style fixesSergei Golubchik2018-05-121-1/+1
* cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-10/+0
* Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-0/+2
|\
| * MDEV-15626 Assertion on update virtual column in partitioned tableSergei Golubchik2018-05-101-0/+2
* | Remove mem_alloc_error()Michael Widenius2018-05-071-9/+2
* | Add likely/unlikely to speed up executionMonty2018-05-071-182/+230
* | MDEV-11084 Select statement with partition selection against MyISAMAlexey Botchkov2018-04-281-8/+15
* | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-6/+18
* | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-11/+12
* | MDEV-15336 Server crashes in handler::print_error / ha_partition::print_error...Sergei Golubchik2018-02-241-0/+1
* | PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-8/+12
* | cleanup: partition_info::check_constantsSergei Golubchik2018-02-231-1/+1
* | Vers SQL: partition rotation by INTERVAL fixAleksey Midenkov2018-02-231-7/+5
* | SQL: Truncate history of partitioned table [fixes #399, closes #403]Sergei Golubchik2018-02-231-4/+11
* | cleanup: ha_partition::update_row/delete_rowSergei Golubchik2018-02-231-47/+28
* | 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