summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup, remove dead codeSergei Golubchik2023-04-181-2/+1
* separate online_alter_cache_data from binlog_cache_dataSergei Golubchik2023-04-181-0/+1
* remove handler::open_read_view()Sergei Golubchik2023-04-181-1/+0
* MDEV-16329 [5/5] ALTER ONLINE TABLENikita Malyavin2023-04-181-2/+3
* MDEV-16329 [4/5] Refactor MYSQL_BIN_LOG: extract Event_log ancestorNikita Malyavin2023-04-181-2/+2
* MDEV-16329 [3/5] use binlog_cache_data directly in most placesNikita Malyavin2023-04-181-2/+2
* MDEV-16329 [2/5] refactor binlog and cache_mngrNikita Malyavin2023-04-181-6/+5
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-10/+11
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-02-161-10/+10
| |\
| | * Merge 10.8 into 10.9Marko Mäkelä2023-02-161-12/+12
| | |\
| | | * Merge 10.6 into 10.8Marko Mäkelä2023-02-101-12/+12
| | | |\
| | | | * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-12/+12
| | | | |\
| | | | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-12/+12
| | | | | |\
| | | | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-12/+12
| * | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-0/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-0/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-0/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-0/+1
* | | | | | | MDEV-30328 Assertion `avg_io_cost != 0.0 || index_cost.io + row_cost.io == 0'...Monty2023-02-101-3/+0
* | | | | | | MDEV-30098 Server crashes in ha_myisam::index_read_map with index_merge_sort_...Monty2023-02-101-1/+5
* | | | | | | Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-1/+1
* | | | | | | Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2023-02-031-13/+3
* | | | | | | Added rowid_filter support to AriaMonty2023-02-031-4/+13
* | | | | | | Added MARIADB_NEW_COST_MODEL for ColumnStore to detect new cost modelSergei Petrunia2023-02-031-1/+1
* | | | | | | Add limits for how many IO operations a table access will doMonty2023-02-021-145/+184
* | | | | | | Fixed limit optimization in range optimizerMonty2023-02-021-3/+13
* | | | | | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-112/+134
* | | | | | | Make the most important optimizer constants user variablesMonty2023-02-021-4/+15
* | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-36/+180
* | | | | | | Added optimizer_costs.h which includes all optimizer costsMichael Widenius2023-02-021-0/+1
* | | | | | | Split cost calculations into fetch and totalMonty2023-02-021-11/+25
* | | | | | | Simple optimization to speed up some handler functions when checking killedMonty2023-01-301-0/+10
|/ / / / / /
* | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-181-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-181-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-181-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-01-171-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-30395 Wrong result with semijoin and Federated as outer tableMonty2023-01-131-2/+2
* | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-111-3/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-101-3/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.7Marko Mäkelä2023-01-041-3/+8
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-01-031-3/+8
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.4 into 10.5Marko Mäkelä2023-01-031-3/+8
| | | | |\ \ | | | | | |/
| | | | | * Merge 10.3 into 10.4Marko Mäkelä2023-01-031-5/+9
| | | | | |\
| | | | | | * MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-271-4/+10
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2022-12-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-121-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-12-121-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fixed bug in Aria when used with enterprise mariadb-backupMonty2022-12-081-1/+1