diff options
Diffstat (limited to 'mysql-test/t/isam.test')
-rw-r--r-- | mysql-test/t/isam.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/isam.test b/mysql-test/t/isam.test index f77d29fd20f..7fa841c11a3 100644 --- a/mysql-test/t/isam.test +++ b/mysql-test/t/isam.test @@ -245,3 +245,5 @@ update t1 set b=repeat('a',256); update t1 set i1=0, i2=0, i3=0, i4=0, i5=0, i6=0, i7=0; check table t1; drop table t1; + +# End of 4.1 tests |