summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip optimizer_cost test, if perfschema is not compiled in.bb-11.0-wladVladislav Vaintroub2023-01-171-0/+1
* MDEV-26714 - fix mariadb-upgradebb-10.11-wlad-MDEV-26714Vladislav Vaintroub2023-01-111-0/+3
* MDEV-26714 Fixup - make embedded compileVladislav Vaintroub2023-01-111-0/+5
* MDEV-26714 - Allow credential manager in installerVladislav Vaintroub2023-01-112-4/+18
* MDEV-26714 - make credential manager an opt-in parameter for clientsVladislav Vaintroub2023-01-1114-22/+50
* MDEV-26714 Windows, command line clients - passwordless login using Windows c...Vladislav Vaintroub2023-01-116-17/+311
* MDEV-26714 - prerequisite patchVladislav Vaintroub2023-01-1112-67/+123
* cherry-pick from 10.6: sporadic failures of perfschema.statement_program_conc...Sergei Golubchik2022-12-251-1/+3
* cherry-pick from 10.4: disable hanging testSergei Golubchik2022-12-251-0/+1
* cherry-pick from 10.4: galera.galera_wsrep_new_cluster: fix bad mergeSergei Golubchik2022-12-252-36/+0
* cherry-pick from 10.10: fix failing galera testSergei Golubchik2022-12-251-1/+1
* ColumnStore still needs mysql* aliasesSergei Golubchik2022-12-251-1/+1
* Fixed wrong selectivity calculation in table_after_join_selectivity()Monty2022-12-251-7/+8
* Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2022-12-2513-87/+126
* Updated some tests for --valgrindMonty2022-12-253-1/+4
* Fixed 'undefined variable' error in mtrMonty2022-12-251-6/+9
* Make tests work with --view-protocolSergei Petrunia2022-12-257-199/+285
* Stabilize rocksdb.rocksdb test.Sergei Petrunia2022-12-252-5/+5
* MDEV-21095: Make Optimizer Trace support Index Condition PushdownSergei Petrunia2022-12-256-812/+551
* MDEV-21092,MDEV-21095,MDEV-29997: Optimizer Trace for index condition pushdow...Rex2022-12-259-446/+1069
* Stabilize engines/iuds.type_bit_iuds testSergei Petrunia2022-12-252-80/+280
* Remove mysql-test/suite/versioning/r/select,trx_id.rdiff which is emptySergei Petrunia2022-12-251-0/+0
* Update columnstore to include the patch to compile with the new cost model APIsSergei Petrunia2022-12-251-0/+0
* Removed "<select expression> INTO <destination>" deprication.Monty2022-12-2586-726/+65
* Removed diff dates from rdiff filesMonty2022-12-2560-120/+120
* In best_access_path() change record_count to 1.0 if its less than 1.0.Monty2022-12-2510-44/+52
* Changed some startup warnings to notesMonty2022-12-252-9/+10
* Remove strlen() from Item::cleanupMonty2022-12-253-13/+10
* Do not give warnings about #rocksdb directory information_schemaMonty2022-12-252-1/+2
* MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.Sergei Petrunia2022-12-2550-2/+1637
* MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2022-12-2591-18/+3441
* Change BUILD scripts to use wolfss by defaultMonty2022-12-252-6/+7
* Changed a rule to be cost based in test_if_cheaper_orderingMonty2022-12-252-3/+9
* Simple cleanup of removing QQ comments from sql_select.ccMonty2022-12-251-4/+1
* Added "override" to ha_heap.h, ha_myisam.h, ha_myisammrg.h and ha_sequence.hMonty2022-12-256-197/+207
* Change default of histogram_type to JSON_HBMonty2022-12-253-3/+3
* Fixed bug in Aria with aria_log files that are exactly 8KMonty2022-12-253-55/+93
* Small improvements to aria recoveryMonty2022-12-256-8/+15
* Added rowid_filter support to AriaMonty2022-12-2536-2003/+3613
* Set thd->query() for internal (startup) transactionsMonty2022-12-258-0/+20
* Added MARIADB_NEW_COST_MODEL for ColumnStore to detect new cost modelSergei Petrunia2022-12-251-1/+1
* Don't do zerofill of Aria table if it's already zerofilledMonty2022-12-253-7/+17
* MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-listSergei Petrunia2022-12-258-632/+296
* Added test cases for preceding testMonty2022-12-25290-8816/+10868
* Added range_index to 'range' optimizer_trace outputMonty2022-12-252-3/+7
* Fix bug in WITH tiesVicențiu Ciorbaru2022-12-251-1/+8
* MDEV-29677 Wrong result with join query and innodb fulltext searchMonty2022-12-251-0/+5
* Fixes for 'Filtering'Monty2022-12-256-52/+106
* Updated number of expected rows from 2 to 100 for information_schema tablesMonty2022-12-251-1/+8
* Added optimizer_trace info for index_intersectsMonty2022-12-251-3/+50