…table metadata lock | ALTER TABLE test add column c char(32) default ‘dummy_text’ | | 3 | msandbox | localhost | test | Query | 0 | NULL…1 | +—+ 1 row in set (0.00 sec) session2 > CREATE TABLE t1(i int(11) not null auto_increment primary key) ENGINE=InnoDB; When using MySQL 5.1…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…TABLE `dir_test_innodb` ( `id` int(10) unsigned NOT NULL, `full_name` varchar(100) DEFAULT NULL…mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details); Query OK, 0 rows affected, 1 warning (39.73 sec) Records: 0 Duplicates: 0 Warnings: 1 mysql…

