summaryrefslogtreecommitdiff
path: root/mysql-test/main/range.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2021-12-061-0/+24
|
* Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+17
|
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+25
|
* MDEV-24117: Memory management problem (in range optimizer)mariadb-10.3.27Sergei Petrunia2020-11-101-1/+1
| | | | | Adjust the testcase for MariaDB 10.3+ : prevent IN-to-subquery conversion optimization from working.
* Merge branch '10.2' into 10.3Sergei Golubchik2020-11-091-1/+34
|
* Merge 10.2 into 10.3Marko Mäkelä2020-10-221-1/+73
|
* Merge 10.2 into 10.3Marko Mäkelä2020-04-151-0/+20
|
* Proper fix for disabling warnings in read_statistics_for_table().Michael Widenius2019-09-221-10/+0
| | | | | | | | | | | | | | | | | MDEV-20589: Server still crashes in Field::set_warning_truncated_wrong_value - Use dbug_tmp_use_all_columns() to mark that all fields can be used - Remove field->is_stat_field (not needed) - Remove extra arguments to Field::clone() that should not be there - Safety fix for Field::set_warning_truncated_wrong_value() to not crash if table is zero in production builds (We have got crashes several times here so better to be safe than sorry). - Threat wrong character string warnings identical to other field conversion warnings. This removes some warnings we before got from internal conversion errors. There is no good reason why a user would get an error in case of 'key_field='wrong-utf8-string' but not for 'field=wrong-utf8-string'. The old code could also easily give thousands of no-sence warnings for one single statement.
* Merge branch '10.2' into 10.3Monty2019-09-031-0/+1
|
* Merge 10.2 into 10.3Marko Mäkelä2018-12-181-5/+5
|
* Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+41
|
* Move the testcase for BUG#21282 to a file that includes have_debug.incSergei Petrunia2018-08-231-24/+0
| | | | | The testcase needs to set in_predicate_conversion_threshold which is only available in debug builds (this is subject to further discussion).
* MDEV-17017 Explain for query using derived table specified with a tableIgor Babaev2018-08-211-3/+3
| | | | | | | | | | value constructor shows wrong number of rows If the specification of a derived table contained a table value constructor then the optimizer incorrectly estimated the number of rows in the derived table. This happened because the optimizer did not take into account the number of rows in the constructor. The wrong estimate could lead to choosing inefficient execution plans.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+3009