This is an old version of the documentation.
Take me to the new one
Or just close this box to continue with this one
Manticore Documentation
sql_query_post
sql_query_post_index
index_converter
indexer
indextool
searchd
spelldump
wordbreaker
Looking for the Cheatsheets?
Download
DROP TABLE name
DROP TABLE removes an index. Available for RT mode only. Optionally ‘IF EXISTS’ can be used to not return an error in case the index already doesn’t exist.
mysql> DROP TABLE test; Query OK, 0 rows affected (0.00 sec)