diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result index c0b800b959e..bfd0ddccb90 100644 --- a/mysql-test/r/gis.result +++ b/mysql-test/r/gis.result @@ -1076,3 +1076,4 @@ SPATIAL INDEX i1 (col1, col2) ); ERROR HY000: Incorrect arguments to SPATIAL INDEX DROP TABLE t0, t1, t2; +End of 5.5 tests diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test index fe6da647740..2a800140d1f 100644 --- a/mysql-test/t/gis.test +++ b/mysql-test/t/gis.test @@ -820,3 +820,5 @@ CREATE TABLE t3 ( # cleanup DROP TABLE t0, t1, t2; + +--echo End of 5.5 tests