diff options
Diffstat (limited to 'mysql-test/t/consistent_snapshot.test')
-rw-r--r-- | mysql-test/t/consistent_snapshot.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/consistent_snapshot.test b/mysql-test/t/consistent_snapshot.test index 7afdae36325..8da8e9ce660 100644 --- a/mysql-test/t/consistent_snapshot.test +++ b/mysql-test/t/consistent_snapshot.test @@ -39,3 +39,5 @@ select * from t1; # if consistent snapshot was not set, as expected, we commit; drop table t1; + +# End of 4.1 tests |