summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_in.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7635: Update tests to adapt to the new default sql_modebb-10.2-mdev7635.savedbb-10.2-mdev7635.finalNirbhay Choubey2017-01-181-3/+3
* Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-0/+22
|\
| * MDEV-10020 InnoDB NOT IN Query Crash When One Item Is NULLAlexander Barkov2016-06-201-0/+21
* | MDEV-8755 Equal field propagation is not performed any longer for the IN list...Alexander Barkov2015-09-111-0/+13
|/
* Add back testcase for lp:817966 (was lost in the merge)Sergey Petrunya2012-06-231-0/+18
* Merge 5.3 -> 5.5Sergey Petrunya2012-06-201-0/+11
|\
| * Merge 5.2->5.3Sergey Petrunya2012-06-181-1/+11
| |\
| | * Fix of LP bug#992380 + revise fix_fields about missing with_subselect collectionunknown2012-05-221-0/+11
| * | 5.2 mergeSergei Golubchik2012-05-201-0/+13
| |\ \ | | |/
* | | mysql 5.5.23 mergeSergei Golubchik2012-04-101-0/+13
|\ \ \ | | |/ | |/|
| * | Bug#13012483:EXPLAIN EXTENDED, PREPARED STATEMENT, CRASH INChaithra Gopalareddy2012-02-241-0/+13
* | | merge with mysql-5.5.21Sergei Golubchik2012-03-091-19/+0
|\ \ \ | |/ / | | / | |/ |/|
* | lp:817966 int_column IN (string_constant)Sergei Golubchik2011-10-131-0/+20
|/
* Bug#11766212 59270: NOT IN (YEAR( ... ), ... ) PRODUCES MANY VALGRIND WARNINGSSergey Glukhov2011-04-121-0/+6
* Bug#54477: Crash on IN / CASE with NULL argumentsAlexey Kopytov2010-06-221-0/+15
* Bug #44139: Table scan when NULL appears in IN clauseGleb Shchepa2009-10-051-0/+85
* Bug #44399 : crash with statement using TEXT columns, aggregates, GROUP BY, andGeorgi Kodinov2009-05-251-0/+17
* Revert of the fix for bug #44399 (joro@sun.com-20090512135917-kal1dvtqpqgnj3yc).Georgi Kodinov2009-05-201-10/+0
* Bug #44399: crash with statement using TEXT columns, aggregates, GROUP BY, Georgi Kodinov2009-05-121-0/+10
* Bug #41363: crash of mysqld on windows with aggregate in caseGleb Shchepa2008-12-311-0/+13
* Bug #37761: IN handles NULL differently for table-subquery Gleb Shchepa2008-07-141-0/+9
* Fixed bug #31075.unknown2007-09-261-0/+8
* Merge mysql.com:/home/ram/work/b28748/b28748.5.0unknown2007-06-131-11/+20
|\
| * Fix for bug #28748: "Select" returning one value too fewunknown2007-06-091-11/+20
* | Merge mysql.com:/home/hf/work/mrg/mysql-5.0-optunknown2007-03-221-0/+11
|\ \ | |/
| * Fixed bug #27362: crash at evaluation of IN predicate when oneunknown2007-03-221-0/+11
* | Merge mysql.com:/home/hf/work/mrg/mysql-5.0-optunknown2007-03-081-0/+62
|\ \ | |/
| * Bug#19342: additional test case for code coverageunknown2007-03-061-1/+5
| * Bug #19342:unknown2007-03-021-0/+58
| * Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-01-231-0/+36
| |\
| * \ Merge polly.local:/tmp/maint/bug24261/my50-bug24261unknown2006-12-081-0/+7
| |\ \
* | \ \ Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-02-161-36/+35
|\ \ \ \
| * | | | BUG#20420: optimizer reports wrong keys on left join with INunknown2007-02-161-36/+35
* | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-01-241-0/+38
|\ \ \ \ \ | |/ / / /
| * | | | merge of 5.0-opt -> 5.1-optunknown2007-01-241-34/+36
| * | | | Merge macbook.gmz:/Users/kgeorge/mysql/work/mysql-5.0-optunknown2007-01-231-0/+36
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | BUG#20420: optimizer reports wrong keys on left join with INunknown2007-01-151-0/+36
| | |/ /
* | | | Merge polly.local:/tmp/maint/bug24261/my51-bug24261unknown2006-12-081-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Merge polly.local:/tmp/maint/bug24261/my50-bug24261unknown2006-12-081-0/+7
| |\ \ \ | | | |/ | | |/|
| | * | Fix for bug #24261 "crash when WHERE contains NOT IN ('<negative value>') for...unknown2006-11-271-0/+7
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-bug17047unknown2006-11-161-1/+29
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-4.1-bug17047unknown2006-11-161-1/+25
| |\ \ | | |/ | |/|
| | * BUG#17047: CHAR() and IN() can return NULL without signaling NULL resultunknown2006-11-161-1/+21
| * | Mergeunknown2006-06-201-12/+0
| |\ \ | | |/
| | * item_cmpfunc.cc, func_in.result, func_in.test:unknown2006-06-201-12/+0
| * | Manually mergedunknown2006-05-301-0/+12
| |\ \ | | |/
| | * Fixed bug#18360: Incorrect type coercion in IN() results in false comparisonunknown2006-05-301-0/+12
* | | Fixed bug #18360: Type aggregation for IN and CASE may lead to a wrongunknown2006-09-261-0/+24
|/ /
* | BUG#19618: Crash for unsigned_col NOT IN (-1, ... ) unknown2006-05-151-0/+12
* | BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )...unknown2006-04-251-1/+93