summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_concat.test
Commit message (Expand)AuthorAgeFilesLines
* Bug #40625: Concat fails on DOUBLE values in a StoredGleb Shchepa2010-04-031-0/+20
* Bug #50096: CONCAT_WS inside procedure returning wrong dataGleb Shchepa2010-01-131-0/+13
* Fix for bug#44743: Join in combination with concat does not always workRamil Kalimullin2009-05-211-0/+34
* Fixed bug #36488: regexp returns false matches, concatenatingunknown2008-05-131-0/+10
* Manually mergedunknown2006-06-141-0/+7
|\
| * Fixed bug#16716: subselect in concat() may lead to a wrong result.unknown2006-05-261-0/+7
* | Fixed bug#15962: CONCAT() in UNION may lead to a data trucation.unknown2006-06-071-0/+8
* | Merge mysql.com:/home/my/mysql-4.1unknown2005-07-281-0/+1
|\ \ | |/
| * Added end marker for tests to make future merges easierunknown2005-07-281-0/+1
| * Fix func_concat.result: allow -0.00 to be converted to string both with and w...unknown2004-12-301-2/+2
* | Fix the tests: allow result of concat('a', -0.0) be both 'a0.0' and 'a-0.0'unknown2005-01-021-0/+2
|/
* Fix for BUG#6825: When calculating Item_func_neg::max_length, add 1 for '-'.unknown2004-12-171-0/+16
* A fix (bug #5540: CONCAT function and 'double' type).unknown2004-09-151-0/+9
* Changed mysql-test to print warnings for not existing table to DROP TABLEunknown2003-01-061-0/+3
* Fix bug in CONCAT_WS()unknown2002-05-171-0/+24