mysql> SELECT table_name,engine FROM INFORMATION_SCHEMA.TABLES WHERE table_schema=DATABASE(); +--------------+--------+ | table_name | engine | +--------------+--------+ | stats | MyISAM | +--------------+--------+ 1 row in set (0.00 sec) |
gaming and bsd
mysql> SELECT table_name,engine FROM INFORMATION_SCHEMA.TABLES WHERE table_schema=DATABASE(); +--------------+--------+ | table_name | engine | +--------------+--------+ | stats | MyISAM | +--------------+--------+ 1 row in set (0.00 sec) |