innodb - Adding Fulltext index crashes MySQL Service -


i'm trying add fulltext index table. when run query,

alter table thistable add fulltext(thistext);   

i message

sql error (2013): lost connection mysql server during query

and mysql service indeed stopped. if restart service , try add index again error.

sql error (1813): tablespace table 'thistable/#sql-ib21134' exists. please discard tablespace before import.

the engine innodb , run mysql 5.6.12, fulltext index should supported. column text column.

i'd grateful if point me in right direction error coming from.

the problem related sort buffer size. known bug of mysql/mariadb/percona. after many months have reported bug not fixed (we using latest mariadb)


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -