summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-3/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-3/+8
| |\ \ \ | | |/ /
| | * | Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING...Marko Mäkelä2019-04-251-3/+8
| | * | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-251-19/+25
| * | | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-261-19/+25
| * | | MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-12-201-35/+69
* | | | cleanup: move checksum code to handler classSergei Golubchik2019-05-071-26/+4
* | | | post-merge: gcc 8 warningsSergei Golubchik2019-03-171-1/+1
* | | | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-261-19/+25
* | | | MDEV-16241 Assertion `inited==RND' failed in handler::ha_rnd_end()Aleksey Midenkov2018-11-131-1/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-2/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-2/+7
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-2/+7
| | |\ \
| | | * | MDEV-14815 - Server crash or AddressSanitizer errors or valgrind warningsSergey Vojtovich2018-10-191-2/+7
| | * | | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-131-0/+50
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-5/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2018-09-211-4/+2
| * | | | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsbb-10.2-MDEV-16912Jacob Mathew2018-09-111-0/+50
* | | | | comments and dbug keywordsSergei Golubchik2018-09-211-5/+5
* | | | | MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-09-211-38/+73
* | | | | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-131-1/+18
* | | | | MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time...Jacob Mathew2018-07-091-5/+7
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-06-261-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2018-06-261-1/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-15242 Poor RBR update performance with partitioned tablesAndrei Elkin2018-06-251-1/+2
* | | | | MDEV-15380 Index for versioned table gets corrupt after partitioning and DELETEEugene Kosov2018-05-221-2/+12
* | | | | 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