summaryrefslogtreecommitdiff
path: root/mysql-test/r/having.result
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@Sun.com>2010-04-11 14:42:05 +0400
committerAlexey Kopytov <Alexey.Kopytov@Sun.com>2010-04-11 14:42:05 +0400
commit199f2ce47eb508aa62e9b2fcf80c6536cb14f4f5 (patch)
tree4ff089ab16704e50adf007c463d313a7b3013294 /mysql-test/r/having.result
parent456235a13c7e8cb5ba14072ba24ceee5fb877719 (diff)
downloadmariadb-git-199f2ce47eb508aa62e9b2fcf80c6536cb14f4f5.tar.gz
Some post-merge fixes afer a merge from mysql-5.1-bugteam.
Diffstat (limited to 'mysql-test/r/having.result')
-rw-r--r--mysql-test/r/having.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/having.result b/mysql-test/r/having.result
index 512612d6dd7..c69de0f307b 100644
--- a/mysql-test/r/having.result
+++ b/mysql-test/r/having.result
@@ -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