summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30529: Assertion `rnd_records <= s->found_records' failed in best_access...bb-11.0-before-febSergei Petrunia2023-02-033-1/+41
* MDEV-30525: Assertion `ranges > 0' fails in IO_AND_CPU_COST handler::keyread_...Sergei Petrunia2023-02-033-0/+20
* Fix compile on Windows, part 2Sergei Petrunia2023-01-301-1/+1
* Fix compile on some linux platformsSergei Petrunia2023-01-301-1/+1
* Fix compile on WindowsSergei Petrunia2023-01-302-2/+3
* Fixed bug in extended key handling when there is no primary keyMonty2023-01-294-104/+178
* MDEV-30486 Table is not eliminated in bb-11.0Monty2023-01-287-10/+31
* Removed /2 of InnoDB ref_per_key[] estimatesMonty2023-01-2713-33/+64
* Optimizer Trace: make plan_prefix not show const/eliminated tablesSergei Petrunia2023-01-272-5/+5
* remove GET_ADJUST_VALUESergei Golubchik2023-01-255-71/+46
* remove SHOW_OPTIMIZER_COSTSergei Golubchik2023-01-255-17/+19
* remove Feature_into_old_syntaxSergei Golubchik2023-01-254-6/+2
* typos in comments, etcSergei Golubchik2023-01-255-8/+4
* Selectivity: apply found_constraint heuristic only to post-join #rows.Monty2023-01-254-60/+73
* Updated comments in best_access_path()Monty2023-01-251-17/+20
* MDEV-30080 Wrong result with LEFT JOINs involving constant tablesMonty2023-01-133-1/+33
* MDEV-30373 Wrong result with range accessMonty2023-01-116-4/+56
* Code cleanups and add some caching of functions to speed up thingsMonty2023-01-114-99/+163
* MDEV-30360 Assertion `cond_selectivity <= 1.000000001' failed in ...Monty2023-01-114-0/+54
* MDEV-30328 Assertion `avg_io_cost != 0.0 || index_cost.io + row_cost.io == 0'...Monty2023-01-113-4/+77
* MDEV-30327 Client crashes in print_last_query_costMonty2023-01-113-1/+16
* MDEV-30313 Sporadic assertion `cond_selectivity <= 1.0' failure in get_range_...Monty2023-01-113-1/+100
* MDEV-30325 Wrong result upon range query using index conditionMonty2023-01-113-4/+41
* Added sys.optimizer_switch_on() and sys.optimizer_switch_off()Monty2023-01-055-0/+115
* Changed 'check_costs' so that --init-query can be used to override setup_engi...Monty2023-01-041-1/+1
* MDEV-30310 Assertion failure in best_access_path upon IN exceeding IN_PREDICA...Monty2022-12-288-13/+46
* Simplified code in generate_derived_keys() and when using pos_in_tablesMonty2022-12-284-18/+41
* MDEV-30256 Wrong result (missing rows) upon join with empty tableMonty2022-12-2815-21/+56
* MDEV-30098 Server crashes in ha_myisam::index_read_map with index_merge_sort_...Monty2022-12-273-1/+81
* MDEV-30088 Assertion `cond_selectivity <= 1.0' failed in get_range_limit_read...Monty2022-12-273-1/+28
* Change cost for REF to take into account cost for 1 extra key read_nextMonty2022-12-2781-734/+758
* Fixed wrong selectivity calculation in table_after_join_selectivity()Monty2022-12-211-7/+8
* Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2022-12-2013-87/+126
* Updated some tests for --valgrindMonty2022-12-203-1/+4
* Fixed 'undefined variable' error in mtrMonty2022-12-201-6/+9
* Make tests work with --view-protocolSergei Petrunia2022-12-207-199/+285
* Stabilize rocksdb.rocksdb test.Sergei Petrunia2022-12-202-5/+5
* MDEV-21095: Make Optimizer Trace support Index Condition PushdownSergei Petrunia2022-12-206-812/+551
* MDEV-21092,MDEV-21095,MDEV-29997: Optimizer Trace for index condition pushdow...Rex2022-12-209-446/+1069
* Stabilize engines/iuds.type_bit_iuds testSergei Petrunia2022-12-202-80/+280
* Remove mysql-test/suite/versioning/r/select,trx_id.rdiff which is emptySergei Petrunia2022-12-201-0/+0
* Update columnstore to include the patch to compile with the new cost model APIsSergei Petrunia2022-12-201-0/+0
* Fix debian config and remove lintian overridesVicențiu Ciorbaru2022-12-202-17/+2
* Fix debian control provides directiveVicențiu Ciorbaru2022-12-201-4/+0
* Removed "<select expression> INTO <destination>" deprication.Monty2022-12-2086-726/+65
* Removed diff dates from rdiff filesMonty2022-12-2060-120/+120
* In best_access_path() change record_count to 1.0 if its less than 1.0.Monty2022-12-2010-44/+52
* Changed some startup warnings to notesMonty2022-12-202-9/+10
* Remove strlen() from Item::cleanupMonty2022-12-203-13/+10
* Do not give warnings about #rocksdb directory information_schemaMonty2022-12-202-1/+2