summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-201-29/+56
* MDEV-23248 Server crashes in mi_extra / ha_partition::loop_extra_alter upon R...Monty2020-10-161-0/+4
* Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-6/+6
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-13/+13
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-16/+16
| |\
| | * Code comment spellfixesIan Gilfillan2020-07-221-16/+16
* | | MDEV-18371 Server crashes in ha_innobase::cmp_ref upon UPDATE with PARTITION ...Alexey Botchkov2020-07-171-3/+4
* | | Fixed bugs found by valgrindMonty2020-07-021-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-291-7/+10
|\ \ \ | |/ /
| * | assert(a && b); -> assert(a); assert(b);Sergei Golubchik2020-05-271-7/+10
* | | MDEV-21832 FORCE all partition to rebuild if any one of theThirunarayanan Balathandayuthapani2020-03-301-25/+28
* | | MDEV-21554 Crash in JOIN_CACHE_BKAH::skip_index_tuple when mrr=on andIgor Babaev2020-02-251-2/+4
* | | ha_partition: add comments, comment out unused member variablesSergei Petrunia2020-02-051-1/+1
* | | MDEV-21233 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheAleksey Midenkov2019-12-051-1/+0
* | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | MDEV-21011 Table corruption reported for versioned partitioned table after DE...Aleksey Midenkov2019-12-021-2/+13
* | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-1/+1
* | | MDEV-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-201-1/+4
* | | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-151-2/+12
* | | MDEV-18244 Server crashes in ha_innobase::update_thd / ... / ha_partition::up...Alexey Botchkov2019-11-011-8/+16
* | | MDEV-19254 Server crashes in maria_status with partitioned tableMonty2019-08-191-1/+3
* | | MDEV-20336 Assertion bitmap_is_set(read_partitions) upon SELECT FOR UPDATE fr...Aleksey Midenkov2019-08-141-2/+10
* | | MDEV-20068 History partition rotation is not done under LOCK TABLESAleksey Midenkov2019-08-111-2/+15
* | | 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
|\ \ \ \ \ | |/ / / /