… mysql> insert into autoinc (j) values (‘node2′ ); Query OK, 1 row affected (0.00 sec) node2 mysql> insert into… set (0.00 sec) node1 mysql> update autoinc set j=”node1″ where i = 1; … node3 mysql> commit; Query OK, 0 rows affected (0.00 sec) node3 mysql> select * from autoinc; +—+——-+ | i | …
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…) mysql: SET GLOBAL innodb_ft_server_stopword_table=’test/innodb_ft_list2′; Query OK, 0 rows affected (0.00 sec) mysql: INSERT INTO innodb_ft_list2 SELECT * FROM innodb_myisam_stopword; Query OK, 543 rows…’t appear to be mentioned anywhere in the MySQL 5.6 documentation; every place where it talks about creating one of these…

