Bug #24006 | Documentation inconsistent WRT Spatial index support for InnoDB | ||
---|---|---|---|
Submitted: | 6 Nov 2006 12:32 | Modified: | 29 Nov 2006 17:43 |
Reporter: | Anders Karlsson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.1.12/5.0 | OS: | Windows (Windows/Linux) |
Assigned to: | MC Brown | CPU Architecture: | Any |
[6 Nov 2006 12:32]
Anders Karlsson
[6 Nov 2006 12:50]
MySQL Verification Team
Thank you for the bug report. mysql> create table t2(c1 POINT, SPATIAL INDEX(c1)) engine=innodb; ERROR 1464 (HY000): The used table type doesn't support SPATIAL indexes mysql> select version(); +----------------+ | version() | +----------------+ | 5.1.13-beta-nt | +----------------+ 1 row in set (0.00 sec) mysql>
[29 Nov 2006 17:43]
MC Brown
The documentation has been updated with a warning that spatial indexes are not supported for the InnoDB, Archive and NDB engines.