diff options
Diffstat (limited to 'mysql-test/t/having.test')
-rw-r--r-- | mysql-test/t/having.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/having.test b/mysql-test/t/having.test index 12a44fd75dc..920a3b752ab 100644 --- a/mysql-test/t/having.test +++ b/mysql-test/t/having.test @@ -122,3 +122,5 @@ from t1 a left join t3 b on a.id=b.order_id group by a.id, a.description having (a.description is not null) and (c=0); drop table t1,t2,t3; + +# End of 4.1 tests |