summaryrefslogtreecommitdiff
path: root/mysql-test/main/rowid_filter_innodb.result
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Sergei Petrunia2023-04-171-2/+8
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-04-141-2/+10
| |\
| | * Merge 10.6 into 10.8Marko Mäkelä2023-04-121-2/+10
| | |\
| | | * MDEV-30972: ANALYZE FORMAT=JSON: some time is unaccounted-for in BNL-H joinSergei Petrunia2023-04-041-0/+2
| | | * ANALYZE FORMAT=JSON: Backport block-nl-join.r_unpack_time_ms from 11.0 +fix M...Sergei Petrunia2023-04-041-0/+2
| | | * MDEV-30806: ANALYZE FORMAT=JSON: better support for BNL and BNL-H joinsSergei Petrunia2023-03-311-2/+6
* | | | Added r_table_loops to "ANALYZE FORMAT=JSON statement"Monty2023-02-211-0/+2
* | | | Adjust costs for rowid filterMonty2023-02-211-186/+121
* | | | In best_access_path() change record_count to 1.0 if its less than 1.0.Monty2023-02-031-8/+8
* | | | MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.Sergei Petrunia2023-02-031-0/+57
* | | | MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2023-02-031-0/+88
* | | | Added rowid_filter support to AriaMonty2023-02-031-692/+0
* | | | Added test cases for preceding testMonty2023-02-031-316/+302
* | | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-245/+176
* | | | Fix cost calculation in test_if_cheaper_ordering() to be cost basedMonty2023-02-021-1/+1
* | | | Add test cases for MDEV-20595 and MDEV-21633 to show these are solvedMonty2023-02-021-0/+46
* | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-134/+192
* | | | Fix tests: avoid query plan with identical costsSergei Petrunia2023-02-021-19/+39
* | | | Update cost for hash and cached joinsMonty2023-02-021-44/+20
* | | | Return >= 1 from matching_candidates_in_table if records > 0.0Monty2023-02-021-10/+10
* | | | Update matching_candidates_in_table() to treat all conditions similarMonty2023-02-021-15/+16
|/ / /
* | | Merge 10.10 into 10.11Marko Mäkelä2023-01-111-29/+8
|\ \ \ | |/ /
| * | Merge 10.7 into 10.8Marko Mäkelä2023-01-101-29/+8
| |\ \ | | |/
| | * Merge 10.5 into 10.6Marko Mäkelä2023-01-031-29/+8
| | |\
| | | * Merge 10.4 into 10.5Marko Mäkelä2023-01-031-29/+8
| | | |\
| | | | * MDEV-30218: Incorrect optimization for rowid_filteringSergei Petrunia2022-12-131-74/+28
* | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2022-11-031-70/+933
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-11-021-70/+918
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-70/+898
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-70/+898
| | | |\ \ | | | | |/
| | | | * MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-251-72/+896
* | | | | MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193)Luis Eduardo Oliveira Lizardo2022-10-261-0/+45
|/ / / /
* | | | Merge 10.7 into 10.8Marko Mäkelä2022-09-211-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Marko Mäkelä2022-09-201-2/+2
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-2/+2
| | |\ \ | | | |/
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-09-131-2/+2
* | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-0/+45
|\ \ \ \ | |/ / /
| * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-0/+45
| |\ \ \ | | |/ /
| | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+42
| | |\ \ | | | |/
| | | * MDEV-22846 Server crashes in handler_index_cond_check on SELECTIgor Babaev2022-01-071-0/+42
* | | | MDEV-27036: resolve duplicated key issues of JSON tracing outputs:Sergei Krivonos2021-11-261-1099/+1289
|/ / /
* | | MDEV-4750 follow-up: Reduce disabling innodb_stats_persistentMarko Mäkelä2021-08-311-2/+5
|/ /
* | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-12/+12
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-10-291-12/+12
* | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-0/+6
|\ \ | |/
| * Make rowid_filter_innodb test stableSergei Petrunia2020-09-031-0/+6
* | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-0/+42
|\ \ | |/
| * MDEV-21794: Optimizer flag rowid_filter leads to long querySergei Petrunia2020-05-071-0/+42
* | Merge 10.4 into 10.5Marko Mäkelä2020-05-041-0/+16
|\ \ | |/
| * MDEV-22160: SIGSEGV in st_join_table::save_explain_data on SELECTVarun Gupta2020-04-291-0/+16