diff options
Diffstat (limited to 'mysql-test/t/ndb_minmax.test')
-rw-r--r-- | mysql-test/t/ndb_minmax.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/t/ndb_minmax.test b/mysql-test/t/ndb_minmax.test index 97ea84f98ef..a3ac677cd2a 100644 --- a/mysql-test/t/ndb_minmax.test +++ b/mysql-test/t/ndb_minmax.test @@ -62,6 +62,4 @@ select MAX(c) from t2; select * from t2 order by a; drop table t2; - - - +# End of 4.1 tests |