… exceeded; try restarting transaction root@localhost:test 14:38:03>insert into t values(23); ERROR 1205 (HY000): Lock wait timeout… table `test`.`t` trx id 0 27638 lock_mode X insert intention waiting Record lock, heap no 1 PHYSICAL RECORD: n_fields… 8; hex 73757072656d756d; asc supremum;; —————— The lock_mode is “X insert intention” .
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… MyISAM list. What happens if we take the MyISAM stopwords, insert them into a table, and configure that table to be…_list2′; Query OK, 0 rows affected (0.00 sec) mysql: INSERT INTO innodb_ft_list2 SELECT * FROM innodb_myisam_stopword; Query…/type, so I’m not sure if this is an intentional restriction that just needs to be better documented or if…

