summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_debug.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers ↵Alexander Barkov2022-07-061-16/+16
| | | | and strings
* MDEV-22263: main.func_debug fails on a valgrind build with wrong resultAnel Husakovic2020-04-201-1/+1
| | | | Patches of interest:374dae3ecc49, 374dae3ecc49
* Merge 10.2 into 10.3Marko Mäkelä2020-04-151-1/+1
|
* MDEV-19008 Slow EXPLAIN SELECT ... WHERE col IN (const1,const2,(subquery))Alexander Barkov2019-03-221-0/+19
|
* cleanup: Item_func_caseSergei Golubchik2018-03-301-4/+4
| | | | | | | | | | | | | | | | | | | reorder items in args[] array. Instead of when1,then1,when2,then2,...[,case][,else] sort them as [case,]when1,when2,...,then1,then2,...[,else] in this case all items used for comparison take a continuous part of the array and can be aggregated directly. and all items that can be returned take a continuous part of the array and can be aggregated directly. Old code had to copy them to a temporary array before aggreation, and then copy back (thd->change_item_tree) everything that was changed. this is a 10.3 version of bf1ca14ff3f
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1657