summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused HA_EXTRA_FAKE_START_STMTMarko Mäkelä2021-03-051-2/+1
* Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-6/+5
|\
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-6/+5
* | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-1/+1
|\ \ | |/
| * MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-231-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-0/+4
|\ \ | |/
| * 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
* | MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-221-29/+56
* | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-131-4/+4
|\ \ | |/
| * Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-6/+6
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-13/+13
|\ \ | |/
| * 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
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-201-3/+4
|\ \ \ \ | |/ / /
| * | | MDEV-18371 Server crashes in ha_innobase::cmp_ref upon UPDATE with PARTITION ...Alexey Botchkov2020-07-171-3/+4
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed bugs found by valgrindMonty2020-07-021-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-7/+10
|\ \ \ \ | |/ / /
| * | | 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-22283 Server crashes in key_copy or unexpected error 156Aleksey Midenkov2020-05-291-4/+6
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-301-25/+28
|\ \ \ \ | |/ / /
| * | | MDEV-21832 FORCE all partition to rebuild if any one of theThirunarayanan Balathandayuthapani2020-03-301-25/+28
* | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-2/+4
|\ \ \ \ | |/ / /
| * | | MDEV-21554 Crash in JOIN_CACHE_BKAH::skip_index_tuple when mrr=on andIgor Babaev2020-02-251-2/+4
* | | | MDEV-21693 ALGORITHM=INSTANT does not work for partitioned tablesThirunarayanan Balathandayuthapani2020-02-281-1/+35
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-1/+1
|\ \ \ \ | |/ / /
| * | | ha_partition: add comments, comment out unused member variablesSergei Petrunia2020-02-051-1/+1
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-3/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 10.3 into 10.4Aleksey Midenkov2019-12-021-2/+13
|\ \ \ \ | |/ / /
| * | | 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-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-291-3/+48
* | | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-201-1/+4
|\ \ \ \ | |/ / /
| * | | MDEV-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-201-1/+4
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-191-2/+12
|\ \ \ \ | |/ / /
| * | | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-151-2/+12
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-8/+16
|\ \ \ \ | |/ / /
| * | | MDEV-18244 Server crashes in ha_innobase::update_thd / ... / ha_partition::up...Alexey Botchkov2019-11-011-8/+16
* | | | Merge 10.3 into 10.4, except for MDEV-20265Marko Mäkelä2019-08-231-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-19254 Server crashes in maria_status with partitioned tableMonty2019-08-191-1/+3
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-08-141-3/+24
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1