"The used table type doesn't support SPATIAL indexes"
I have got this error in MySQL when i am running a query which includes "contains" keyword. How to make a table support "SPATIAL indexes". The query is
select * from table where contains(column,"1")