summaryrefslogtreecommitdiff
path: root/mysql-test/t/row.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9369 IN operator with ( num, NULL ) gives inconsistent resultAlexander Barkov2016-03-211-1/+10
* MDEV-8709 Row equality elements do not get propagatedAlexander Barkov2015-09-111-0/+18
* Bug #54190: Comparison to row subquery produces incorrectAlexey Kopytov2010-09-091-0/+19
* Bug#52124 memory leaks like a sieve in datetime, timestamp, time, date fields...Sergey Glukhov2010-04-161-0/+11
* Bug#37601 Cast Is Not Done On Row ComparisonSergey Glukhov2009-02-191-0/+18
* Fixed bug #34620: item_row.cc:50: Item_row::illegal_method_call(const char*):unknown2008-02-281-0/+13
* Fix some mysqltest warnings.unknown2007-06-011-2/+0
* Merge gshchepa.loc:/home/uchum/work/bk-trees/mysql-4.1-opt-27704unknown2007-04-201-0/+45
|\
| * Bug#27704: incorrect comparison of rows with NULL componentsunknown2007-04-201-0/+45
* | Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug27484unknown2007-04-111-0/+25
|\ \ | |/
| * Fixed bug #27484: a crash when incompatible row expressions with nested rowsunknown2007-04-111-0/+25
* | Fixed bug #27154: memory corruption when using row equalities in whereunknown2007-03-311-0/+17
* | Fixed bug #16081: row equalities were not taken intounknown2006-09-011-0/+47
* | stop on NULL comparison only if it is allowed (BUG#12509)unknown2005-08-181-0/+6
* | 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
* | Don't use -lsupc++ with gcc 3.3 and below as this gives linking problems when...unknown2005-04-041-1/+1
* | Fixed failing test cases 'row.test' when running with --ps-protocolunknown2005-02-151-0/+2
|/
* After merge fixesunknown2004-02-161-7/+7
* added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-0/+1
* After merge fixesunknown2003-08-191-7/+7
* Fix for a bug with ROW(..) <=> ROW(...)unknown2003-03-101-0/+2
* fixed row items with group functionsunknown2003-01-291-0/+12
* making the keyword ROW for row items optional unknown2003-01-261-7/+10
* Changed mysql-test to print warnings for not existing table to DROP TABLEunknown2003-01-061-2/+7
* postreview fix (SCRUM)unknown2002-12-101-0/+2
* optimized IN with Rows (SCRUM)unknown2002-12-081-4/+21
* IN with row item without constant optimisation (SCRUM)unknown2002-12-071-0/+42