… see them in information_scheme database in Percona Server though). The structure of these tables is following: SYS_TABLES: CREATE TABLE `SYS_TABLES` ( `NAME` varchar… Page Header Name Size Description FIL_PAGE_SPACE_OR_CHKSUM 4 /* in < MySQL-4.0.14 space id the page belongs to (== 0… some other table. In this case if ibdata was updated MySQL will fail to start with error: InnoDB: Reading tablespace information from the…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… happens: mysql> set global innodb_ft_aux_table=’test/dir_test_innodb’; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information_schema… | Table | Op | Msg_type | Msg_text | +———————-+———-+———-+———-+ | test.dir_test_innodb | optimize | status | OK | +———————-+———-+———-+———-+ 1 row in set (4.60 sec) mysql> select * from information…

