Manual merge from mysql-5.5-bugteam.

This commit is contained in:
Ramil Kalimullin 2010-11-22 14:47:28 +03:00
commit cc5263b223
344 changed files with 10355 additions and 14746 deletions

View file

@ -381,5 +381,19 @@ INET_NTOA(0)
SELECT '1' IN ('1', INET_NTOA(0));
'1' IN ('1', INET_NTOA(0))
1
End of 5.1 tests
End of tests
#
# End of 5.1 tests
#
#
# Bug #58199: name_const in the having clause crashes
#
CREATE TABLE t1 (a INT);
SELECT 1 from t1 HAVING NAME_CONST('', a);
ERROR HY000: Incorrect arguments to NAME_CONST
DROP TABLE t1;
#
# End of 5.5 tests
#
#
# End of tests
#