Skip to content

Instantly share code, notes, and snippets.

@dingo-d
Created November 30, 2017 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dingo-d/db8ee2cc028ca2ad916de414ecd468b3 to your computer and use it in GitHub Desktop.
Save dingo-d/db8ee2cc028ca2ad916de414ecd468b3 to your computer and use it in GitHub Desktop.
Check for fulltext mysql enabled tables in the database.
SELECT TABLE_SCHEMA, TABLE_NAME
FROM statistics
WHERE index_type LIKE 'FULLTEXT%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment