summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-03-051-1/+0
|\
| * Remove unused HA_EXTRA_FAKE_START_STMTMarko Mäkelä2021-03-051-2/+1
* | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-6/+5
|\ \ | |/
| * 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
* | | MDEV-24564 Statistics are lost after ALTER TABLEbb-10.5-MDEV-24564Marko Mäkelä2021-01-281-20/+58
* | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-1/+1
|\ \ \ | |/ /
| * | 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
* | | MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-221-19/+35
* | | MDEV-23730 s3.replication_partition 'innodb,mix' segvMonty2020-10-211-0/+4
* | | Merge 10.4 into 10.5Marko Mäkelä2020-08-141-4/+4
|\ \ \ | |/ /
| * | 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.4' into 10.5Oleksandr Byelkin2020-08-041-13/+13
|\ \ \ | |/ /
| * | 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.4 into 10.5Marko Mäkelä2020-07-201-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-11/+11
* | | | | Fixed crash in failing instant alter table with partitioned tableMonty2020-06-141-1/+3
* | | | | MDEV-15101: Stop ANALYZE TABLE from flushing table definition cacheSergei Petrunia2020-06-121-1/+11
* | | | | remove dead codeSergei Golubchik2020-06-091-37/+0
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-11/+16
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Aria will now register it's transactionsMonty2020-05-231-3/+3
* | | | | cleanup: ha_external_unlock() helperSergei Golubchik2020-05-051-2/+2
* | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-9/+81
* | | | | cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-311-12/+7
* | | | | Fix real keyread count for partitionsNikita Malyavin2020-03-311-0/+1
* | | | | unify "partitioning cannot do X" error messagesNikita Malyavin2020-03-311-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-25/+28
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-3/+9
* | | | | Fix unused variable warning in optimized build.Vladislav Vaintroub2020-03-251-1/+1
* | | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-10/+3
* | | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-13/+4