Some post-merge fixes afer a merge from mysql-5.1-bugteam.

This commit is contained in:
Alexey Kopytov 2010-04-11 14:42:05 +04:00
commit 199f2ce47e
5 changed files with 20 additions and 12 deletions

View file

@ -528,5 +528,7 @@ HAVING ('e' , 'd') IN
ORDER BY t1.f2;
MAX(t2.f2)
NULL
Warnings:
Warning 1292 Truncated incorrect INTEGER value: 'd'
DROP TABLE t1,t2;
End of 5.0 tests