Gossamer Forum
Home : Products : Gossamer Links : Discussions :

bug?!: MYSQL indexing scheme MYIsam InnoDB

Quote Reply
bug?!: MYSQL indexing scheme MYIsam InnoDB
Hi,

Not really a bug but: I had a problem with indexing in mysql scheme. I had LinksSQL running in InnoDB and did not know that

Code:
ALTER TABLE $tblname
ADD FULLTEXT $ft_name ( $cols )

from /cgi-bin/admin/GT/SQL/Search/MYSQL/Indexer.pm won´t work with InnoDB.
Changing to MYIsam solved this problem so far.
I dont´t know if I forced this problem but maybe it is possible to add an error message for future Versions.
It might help other Users.

Regards

Niko

Last edited by:

el noe: Jul 30, 2009, 2:33 AM