diff options
Diffstat (limited to 'mysql-test/t/odbc.test')
-rw-r--r-- | mysql-test/t/odbc.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/odbc.test b/mysql-test/t/odbc.test index 9aac5948359..d4b6fc35e74 100644 --- a/mysql-test/t/odbc.test +++ b/mysql-test/t/odbc.test @@ -20,3 +20,5 @@ select * from t1 where a is null and b=2; select * from t1 where a is null; explain select * from t1 where b is null; drop table t1; + +# End of 4.1 tests |