…COUNT(*). mysql> select count(*) cnt from order_lines\G *************************** 1. row *************************** cnt: 155187034 1 row in set (32.03 sec) mysql> select … for Flexviews. The flexviews.refresh() stored procedure The first parameter to flexviews.refresh() is the materialized view id…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… another, an impractical solution. So, when FTS for InnoDB was first announced, I thought this might end up being the magic… the following statements: mysql> insert into dir_test_innodb3 (fts_doc_id, full_name) values (1, ‘john smith’); mysql> select * from dir_test… what happens: mysql> set global innodb_ft_aux_table=’test/dir_test_innodb’; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from…

