Hi

It seems to me that combination from the subject just doesn't work.
Every time I try to incorporate spatial column into Innodb table 
Mysql dies. The simplest case, easy to repeat is bellow. 
When I'm trying to create table with just one spatial column I'm 
getting following error: 

mysql> create table t (p polygon not null, spatial index(p)) type=innodb;
ERROR 2013: Lost connection to MySQL server during query

In error log mysql writes:

assertion "0" failed: file "ha_innodb.cc", line 1547
030929 16:52:24  mysqld restarted

I have two identical systems and both demonstrate behaviour 
described above.

About systems config. 
Mysql: Version: '4.1.0-alpha' 
OS: FreeBSD 4.8-RELEASE

So could someone test this and confirm or disconfirm above-mentioned
abnormal behaviour.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to