summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2022-12-201-13/+3
* Added rowid_filter support to AriaMonty2022-12-201-4/+13
* Added MARIADB_NEW_COST_MODEL for ColumnStore to detect new cost modelSergei Petrunia2022-12-201-1/+1
* Add limits for how many IO operations a table access will doMonty2022-11-301-145/+184
* Fixed limit optimization in range optimizerMonty2022-11-301-3/+13
* Changing all cost calculation to be given in millisecondsMonty2022-11-301-112/+134
* Make the most important optimizer constants user variablesMonty2022-11-291-4/+15
* Update row and key fetch cost models to take into account data copy costsMonty2022-11-291-36/+180
* Added optimizer_costs.h which includes all optimizer costsMichael Widenius2022-11-291-0/+1
* Split cost calculations into fetch and totalMonty2022-11-291-11/+25
* Simple optimization to speed up some handler functions when checking killedMonty2022-11-291-0/+10
* Merge 10.10 into 10.11Marko Mäkelä2022-11-211-12/+2
|\
| * Merge 10.8 into 10.9Marko Mäkelä2022-11-101-12/+2
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-11-091-12/+2
| | |\
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-11-081-12/+2
| | | |\
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-11-081-12/+2
| | | | |\
| | | | | * MDEV-29495 Generalize can_convert_xxx() hook engine API to cover any arbitrar...Alexander Barkov2022-10-271-17/+2
| | | | | * MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-251-0/+6
| | | | | * enable -Wenum-compare -Wenum-conversionSergei Golubchik2022-05-151-4/+4
* | | | | | Revert MDEV-25292 Atomic CREATE OR REPLACE TABLESergei Golubchik2022-10-271-99/+8
* | | | | | MDEV-28956 Locking is broken if CREATE OR REPLACE fails under LOCK TABLESAleksey Midenkov2022-08-311-1/+1
* | | | | | MDEV-25292 Disable atomic replace for slave-generated or-replaceAleksey Midenkov2022-08-311-1/+2
* | | | | | MDEV-25292 Atomic CREATE OR REPLACE TABLEAleksey Midenkov2022-08-311-1/+92
* | | | | | MDEV-25292 Refactoring: removed TABLEOP_HOOKSAleksey Midenkov2022-08-311-50/+0
* | | | | | MDEV-25292 ha_table_exists() cleanup and improvementAleksey Midenkov2022-08-311-3/+4
* | | | | | MDEV-25292 Refactoring: moved select_field_count into Alter_info.Aleksey Midenkov2022-08-311-4/+2
|/ / / / /
* | | | | Main patch MDEV-27896 Wrong result upon `COLLATE latin1_bin CHARACTER SET lat...Alexander Barkov2022-05-241-27/+51
* | | | | Merge branch '10.8' into 10.9mariadb-10.9.1Sergei Golubchik2022-05-191-2/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.6' into 10.7mariadb-10.7.4Sergei Golubchik2022-05-181-2/+11
| |\ \ \ \ | | |/ / /
| | * | | MDEV-28461 semisync-slave server recovery fails to rollback prepared transactionAndrei2022-05-181-2/+11
* | | | | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2022-05-061-1/+6
* | | | | MDEV-27021 Add support of FORMAT=JSON for SHOW ANALYZEOleg Smirnov2022-04-291-1/+2
* | | | | MDEV-27021 Implement SHOW ANALYZE commandOleg Smirnov2022-04-291-0/+1
* | | | | MDEV-10000 Add EXPLAIN [FORMAT=JSON] FOR CONNECTION syntax supportOleg Smirnov2022-04-291-1/+2
|/ / / /
* | | | Merge 10.6 into 10.7Marko Mäkelä2022-04-061-84/+6
|\ \ \ \ | |/ / /
| * | | MDEV-25975: Merge 10.5 into 10.6Marko Mäkelä2022-04-061-0/+5
| |\ \ \ | | |/ /
| | * | MDEV-25975: Merge 10.4 into 10.5Marko Mäkelä2022-04-061-0/+5
| | |\ \ | | | |/
| | | * MDEV-25975: Merge 10.3 into 10.4Marko Mäkelä2022-04-061-0/+5
| | | |\
| | | | * MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-061-0/+5
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-061-84/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-04-061-84/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2022-04-061-85/+1
| | | |\ \ | | | | |/
| | | | * Merge 10.2 into 10.3Marko Mäkelä2022-04-061-85/+1
| | | | |\
| | | | | * Cleanup: Remove some unused functionsMarko Mäkelä2022-03-301-85/+1
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2022-03-301-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-291-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.2 into 10.3Marko Mäkelä2022-03-291-2/+2
| | | | |\ \ | | | | | |/
| | | | | * Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-171-2/+2