diff --git a/mysql-test/t/heap_btree.test b/mysql-test/t/heap_btree.test index 931d4e40d3e..12c911aa9c9 100644 --- a/mysql-test/t/heap_btree.test +++ b/mysql-test/t/heap_btree.test @@ -216,4 +216,4 @@ delete from t1 where a >= 2; select a from t1 order by a; drop table t1; ---echo End of 4.1 tests +--echo End of 5.0 tests