summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_gis/r/rtree.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb_gis/r/rtree.result')
-rw-r--r--mysql-test/suite/innodb_gis/r/rtree.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb_gis/r/rtree.result b/mysql-test/suite/innodb_gis/r/rtree.result
index 8374be77564..a2b685f1747 100644
--- a/mysql-test/suite/innodb_gis/r/rtree.result
+++ b/mysql-test/suite/innodb_gis/r/rtree.result
@@ -132,7 +132,7 @@ alter table t1 drop primary key;
create spatial index idx on t1(g);
create spatial index idx2 on t1(g);
Warnings:
-Note 1831 Duplicate index 'idx2' defined on the table 'test.t1'. This is deprecated and will be disallowed in a future release
+Note 1831 Duplicate index `idx2`. This is deprecated and will be disallowed in a future release
alter table t1 add primary key(i);
show create table t1;
Table Create Table