Add support for checking, analyzing, optimizing, etc multiple tables via the LIKE operator. For example: mysql> CHECK TABLE LIKE 'ndict%'; +--------------+-------+----------+----------------------------------------+ | Table | Op | Msg_type | Msg_text | +--------------+-------+----------+----------------------------------------+ | mnogo.ndict2 | check | warning | Table is marked as crashed | | mnogo.ndict2 | check | error | Can't read key from filepos: 289232896 | | mnogo.ndict2 | check | error | Corrupt | | mnogo.ndict3 | check | status | OK | +--------------+-------+----------+----------------------------------------+ 4 rows in set (14.14 sec)
