diff options
Diffstat (limited to 'mysql-test/t/rollback.test')
-rw-r--r-- | mysql-test/t/rollback.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rollback.test b/mysql-test/t/rollback.test index 3cb1ea3024b..3b8ad901907 100644 --- a/mysql-test/t/rollback.test +++ b/mysql-test/t/rollback.test @@ -21,3 +21,5 @@ select * from t1; select @@warning_count; show warnings; drop table t1; + +# End of 4.1 tests |