summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* squash! 4cb69791aaa59e786859405c3c3826a6a15c4a09bb-11.0Michael Widenius2023-02-2110-42/+61
* tmp commit to try to find crash in windows buildsMichael Widenius2023-02-205-104/+163
* Added mysql-log-rotate to .gitignoreMichael Widenius2023-02-191-0/+1
* Added detection of memory overwrite with multi_mallocMichael Widenius2023-02-195-3/+41
* MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria fo...Monty2023-02-1710-20/+193
* Updated prev_record_reads() to be more exactMonty2023-02-1714-239/+436
* Added r_table_looks to ANALYZE TABLEMonty2023-02-124-1/+16
* Adjust costs for rowid filterMonty2023-02-1233-748/+438
* MDEV-30525: Assertion `ranges > 0' fails in IO_AND_CPU_COSTSergei Petrunia2023-02-103-0/+30
* MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-02-1014-155/+278
* Fixed compiler warning in connect/ha_connect.ccMonty2023-02-102-5/+2
* Fixed bug in federated.federatedxMonty2023-02-102-0/+2
* Fixed check_costs.pl to always create table if table does not existsMonty2023-02-101-2/+20
* MDEV-30603: Wrong result with non-default JOIN_CACHE_LEVEL=[4|5] ...Sergei Petrunia2023-02-102-1/+14
* MDEV-30569: Assertion ...ha_table_flags() in Duplicate_weedout_picker::check_qepSergei Petrunia2023-02-103-17/+71
* MDEV-30568: Assertion `cond_selectivity <= 1.000000001' failed in get_range_l...Sergei Petrunia2023-02-103-1/+27
* MDEV-30529: Assertion `rnd_records <= s->found_records' failed in best_access...Sergei Petrunia2023-02-103-1/+41
* MDEV-30525: Assertion `ranges > 0' fails in IO_AND_CPU_COST handler::keyread_...Sergei Petrunia2023-02-103-0/+20
* Fixed bug in extended key handling when there is no primary keyMonty2023-02-107-129/+225
* MDEV-30486 Table is not eliminated in bb-11.0Monty2023-02-107-10/+31
* Removed /2 of InnoDB ref_per_key[] estimatesMonty2023-02-1013-33/+64
* Optimizer Trace: make plan_prefix not show const/eliminated tablesSergei Petrunia2023-02-102-5/+5
* remove GET_ADJUST_VALUESergei Golubchik2023-02-105-71/+46
* remove SHOW_OPTIMIZER_COSTSergei Golubchik2023-02-105-17/+19
* remove Feature_into_old_syntaxSergei Golubchik2023-02-104-6/+2
* typos in comments, etcSergei Golubchik2023-02-105-8/+4
* Selectivity: apply found_constraint heuristic only to post-join #rows.Monty2023-02-104-60/+73
* Updated comments in best_access_path()Monty2023-02-101-17/+20
* MDEV-30080 Wrong result with LEFT JOINs involving constant tablesMonty2023-02-102-0/+3
* Code cleanups and add some caching of functions to speed up thingsMonty2023-02-104-99/+163
* MDEV-30360 Assertion `cond_selectivity <= 1.000000001' failed in ...Monty2023-02-104-0/+54
* MDEV-30328 Assertion `avg_io_cost != 0.0 || index_cost.io + row_cost.io == 0'...Monty2023-02-103-4/+77
* MDEV-30327 Client crashes in print_last_query_costMonty2023-02-103-1/+16
* MDEV-30313 Sporadic assertion `cond_selectivity <= 1.0' failure in get_range_...Monty2023-02-103-1/+100
* Added sys.optimizer_switch_on() and sys.optimizer_switch_off()Monty2023-02-105-0/+115
* Changed 'check_costs' so that --init-query can be used to override setup_engi...Monty2023-02-101-1/+1
* MDEV-30310 Assertion failure in best_access_path upon IN exceeding IN_PREDICA...Monty2023-02-108-13/+46
* Simplified code in generate_derived_keys() and when using pos_in_tablesMonty2023-02-104-18/+41
* MDEV-30256 Wrong result (missing rows) upon join with empty tableMonty2023-02-1015-23/+55
* MDEV-30098 Server crashes in ha_myisam::index_read_map with index_merge_sort_...Monty2023-02-103-1/+81
* MDEV-30088 Assertion `cond_selectivity <= 1.0' failed in get_range_limit_read...Monty2023-02-103-1/+28
* Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-1081-734/+759
* Fixed wrong selectivity calculation in table_after_join_selectivity()Monty2023-02-031-7/+8
* Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2023-02-0313-88/+125
* Updated some tests for --valgrindMonty2023-02-033-1/+4
* Fixed 'undefined variable' error in mtrMonty2023-02-031-6/+9
* Make tests work with --view-protocolSergei Petrunia2023-02-037-185/+273
* Stabilize rocksdb.rocksdb test.Sergei Petrunia2023-02-032-5/+5
* MDEV-21095: Make Optimizer Trace support Index Condition PushdownSergei Petrunia2023-02-036-812/+551
* MDEV-21092,MDEV-21095,MDEV-29997: Optimizer Trace for index condition pushdow...Rex2023-02-039-446/+1062