… crash when preparing the 5.6 backup with partitioned tables. Bug fixed #1169169. Tables that were dropped between taking a full backup… backups has been merged. Fixed by removing files corresponding to tables that are missing in the incremental backup directory. Bug fixed… are thousands of tables and slow IO then XtraBackup can spend a lot of time opening all the tablespaces. Optimization has been…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… | | | optimize_end_time | | | stopword_table_name | | | use_stopword | 1 | | table_state | 0 | +—————————+———+ 10 rows in set (0.02 sec) mysql> optimize table dir_test_innodb; +———————-+———-+———-+———-+ | Table… | | total_word_count | | | optimize_start_time | | | optimize_end_time | | | stopword_table_name | | | use_stopword | 1 | | table_state | 0 | +—————————+———+ I ran OPTIMIZE TABLE several more times, and…

