summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30310: patch from Monty, a bit amendedbb-11.0-mdev30310-updatedSergei Petrunia2022-12-288-12/+46
* 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
* MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.Sergei Petrunia2022-12-2050-2/+1637
* MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2022-12-2091-18/+3441
* Change BUILD scripts to use wolfss by defaultMonty2022-12-202-6/+7
* Changed a rule to be cost based in test_if_cheaper_orderingMonty2022-12-202-3/+9
* Simple cleanup of removing QQ comments from sql_select.ccMonty2022-12-201-4/+1
* Added "override" to ha_heap.h, ha_myisam.h, ha_myisammrg.h and ha_sequence.hMonty2022-12-206-197/+207
* Change default of histogram_type to JSON_HBMonty2022-12-203-3/+3
* Version change to 11.0Monty2022-12-209-24/+32
* Fixed bug in Aria with aria_log files that are exactly 8KMonty2022-12-203-55/+93
* Small improvements to aria recoveryMonty2022-12-206-8/+15
* Added rowid_filter support to AriaMonty2022-12-2036-2003/+3613
* Set thd->query() for internal (startup) transactionsMonty2022-12-208-0/+20
* Added MARIADB_NEW_COST_MODEL for ColumnStore to detect new cost modelSergei Petrunia2022-12-201-1/+1
* Don't do zerofill of Aria table if it's already zerofilledMonty2022-12-204-7/+18
* MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-listSergei Petrunia2022-12-208-632/+296
* Added test cases for preceding testMonty2022-12-20290-8816/+10868
* Added range_index to 'range' optimizer_trace outputMonty2022-12-202-3/+7
* Fix bug in WITH tiesVicențiu Ciorbaru2022-12-201-1/+8
* MDEV-29677 Wrong result with join query and innodb fulltext searchMonty2022-12-201-0/+5
* Fixes for 'Filtering'Monty2022-12-206-52/+106
* Updated number of expected rows from 2 to 100 for information_schema tablesMonty2022-11-301-1/+8
* Added optimizer_trace info for index_intersectsMonty2022-11-301-3/+50
* Removed worst_seek argument for cost_for_index_read()Monty2022-11-302-38/+9
* Changed aggregate distinct optimization with indexes to be cost based.Monty2022-11-302-17/+64
* Fixes some issues in Firstmatch optimizationMonty2022-11-303-6/+14
* Print more information in optimizer trace for LATERAL DERIVEDMonty2022-11-301-27/+38
* Indexes where not used for sorting in sub queriesMonty2022-11-304-21/+39
* Add limits for how many IO operations a table access will doMonty2022-11-3029-517/+605
* Fix cost calculation for get_best_group_min_max()Monty2022-11-304-74/+206
* Fixed limit optimization in range optimizerMonty2022-11-3019-85/+154