Hi,
I accidentally clicked the FullText icon next to the "option_value" field in wp_options table, which caused phpMyAdmin to execute this SQL Query:
------------------------
ALTER TABLE wp_options ADD FULLTEXT (
option_value
)
------------------------
Does this cause a serious damage? If so, is there a way to reverse the setting.. Your help will be much appreciated!
Thanks.