summaryrefslogtreecommitdiff
path: root/mysql-test/t/null.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9217 Split Item::tmp_table_field_from_field_type() into virtual methods ...Alexander Barkov2017-04-241-1/+134
* MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-7/+14
* Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+17
|\
| * MDEV-10347 mysqld got signal 11Alexander Barkov2016-11-021-0/+17
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+11
|\ \ | |/
| * MDEV-10236 Where expression with NOT function gives incorrect resultAlexander Barkov2016-06-281-0/+11
* | revert second lookahead in the lexerSergei Golubchik2016-06-301-0/+1
|/
* MDEV-9683 Server crashes in Item::basic_const_item on numerous nested NULLIFsSergei Golubchik2016-03-051-0/+10
* MDEV-9682 Assertion `0' failed in Item_cache_row::illegal_method_call on 2nd ...Sergei Golubchik2016-03-051-0/+9
* MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-0/+19
* MDEV-9637 select nullif(count(col1),0) gives wrong result if in a viewSergei Golubchik2016-03-051-0/+11
* MDEV-9576 syntax error on view with nullif and countSergei Golubchik2016-02-231-0/+9
* MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on 10.1.xAlexander Barkov2016-01-281-0/+39
* MDEV-8740 Wrong result for SELECT..WHERE year_field=10 AND NULLIF(year_field,...Alexander Barkov2015-09-101-0/+31
* MDEV-8785 Wrong results for EXPLAIN EXTENDED...WHERE NULLIF(latin1_col, _utf8...Alexander Barkov2015-09-101-0/+10
* MDEV-7759 NULLIF(x,y) is not equal to CASE WHEN x=y THEN NULL ELSE x ENDAlexander Barkov2015-03-121-0/+20
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+12
|\
| * MDEV-7001 Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3)Alexander Barkov2014-11-021-0/+13
* | MDEV-7005 NULLIF does not work as documentedAlexander Barkov2014-11-201-0/+545
|/
* Fixed bug mdev-5132.Igor Babaev2013-10-111-0/+12
* Fix bug MDEV-4895 Valgrind warnings (Conditional jump or move depends on unin...unknown2013-08-201-0/+28
* Bug #39265: fix for the bug 33699 should be revertedGleb Shchepa2009-02-051-2/+0
* Bug#33699: The UPDATE statement allows NULL as new value on a NOT NULLunknown2008-01-111-0/+2
* Fixed bug #31471: decimal_bin_size: Assertion `scale >= 0 &&unknown2007-10-101-2/+25
* Remove compiler warningsunknown2006-11-201-1/+1
* Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_mergeunknown2006-05-011-0/+41
|\
| * BUG#19145: mysqld crashes if you set the default value of an enum field to NULLunknown2006-04-281-0/+41
* | Merge mysql.com:/home/my/mysql-4.1unknown2005-07-281-0/+2
|\ \ | |/
| * Added end marker for tests to make future merges easierunknown2005-07-281-0/+2
* | Update tests after merge of bug fix.unknown2005-04-051-1/+1
* | Enable warnings for 'no default' fields being set to default when theyunknown2005-01-141-1/+1
* | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)unknown2004-11-111-0/+67
|\ \ | |/
| * 1. When mixing NULL to a character string,unknown2004-11-101-0/+67
* | After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-2/+5
|/
* mergedunknown2004-08-221-0/+21
|\
| * null.test, null.result:unknown2004-08-201-0/+23
* | null.result, null.test:unknown2004-01-091-0/+1
* | WorkLog#1323unknown2003-12-101-1/+1
* | join_outer.result, null.result, null.test, item_cmpfunc.h:unknown2003-12-011-0/+11
* | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-0/+3
* | Merge with 4.0.9unknown2003-01-181-0/+31
|\ \ | |/
| * Guard against compiling without -fno-exceptionsunknown2003-01-141-0/+31
* | Changed mysql-test to print warnings for not existing table to DROP TABLEunknown2003-01-061-1/+5
|/
* Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-0/+14
* Add support for NULL=NULL in keys (Used in GROUP BY optimization)unknown2002-01-161-1/+0
* Don't use signal() on windows.unknown2001-10-191-0/+15
* Added support for hex strings to mysqlimportunknown2000-12-281-0/+22