summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-0/+14
* MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-0/+2
* Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-05-191-1/+2
* Rename all external ddl_log function to start with ddl_log_ prefixMonty2021-05-191-13/+13
* Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-05-191-0/+1
* Reduce usage of strlen()Monty2021-05-191-35/+49
* cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-211-7/+7
* Merge 10.5 into 10.6Marko Mäkelä2021-04-211-0/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-04-211-0/+1
| |\
| | * Fix all warnings given by UBSANMonty2021-04-201-0/+1
* | | The ha_partition::table_type() method was just never called before.Alexey Botchkov2021-04-211-7/+0
* | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-10/+2
* | | Merge 10.5 into 10.6Marko Mäkelä2021-03-051-1/+0
|\ \ \ | |/ /
| * | 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 10.5 into 10.6Marko Mäkelä2021-02-171-6/+5
|\ \ \ | |/ /
| * | 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
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-021-19/+57
|\ \ \ \ | |/ / /
| * | | MDEV-24564 Statistics are lost after ALTER TABLEbb-10.5-MDEV-24564Marko Mäkelä2021-01-281-20/+58
* | | | MDEV-515 Reduce InnoDB undo logging for insert into empty tableMarko Mäkelä2021-01-251-1/+2
|/ / /
* | | 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
| |\ \ \ \ | | |/ / /