diff options
author | unknown <holyfoot@mysql.com> | 2006-05-03 16:42:39 +0500 |
---|---|---|
committer | unknown <holyfoot@mysql.com> | 2006-05-03 16:42:39 +0500 |
commit | 83c8e2c910a9f07c473aaa2d254f0571d574aa89 (patch) | |
tree | c59d637e1d3d7b81ff0e680ba83046ad4f19773e /mysql-test/r/innodb.result | |
parent | 0a9c02f106239afcdb6da40d9ddfb3cec1d42049 (diff) | |
parent | f01b0ac2212a8e8c4192842ddba123198353c591 (diff) | |
download | mariadb-git-83c8e2c910a9f07c473aaa2d254f0571d574aa89.tar.gz |
merging
sql/handler.h:
Auto merged
sql/sql_table.cc:
Auto merged
Diffstat (limited to 'mysql-test/r/innodb.result')
-rw-r--r-- | mysql-test/r/innodb.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index d32cd405ce8..77046cc1fd1 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -3278,3 +3278,5 @@ SELECT p0.a FROM t2 p0 WHERE BINARY p0.b = 'customer_over'; a 1 drop table t2, t1; +create table t1 (g geometry not null, spatial gk(g)) engine=innodb; +ERROR HY000: The used table type doesn't support SPATIAL indexes |