diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-04-11 14:42:05 +0400 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-04-11 14:42:05 +0400 |
commit | 54f3f65601142d7d942c4a81e953ae5439d0014f (patch) | |
tree | 4ff089ab16704e50adf007c463d313a7b3013294 /mysql-test/r/having.result | |
parent | abab51e0dba6415d30ae5c9d967561070be45e4e (diff) | |
download | mariadb-git-54f3f65601142d7d942c4a81e953ae5439d0014f.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.result | 2 |
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 |