… the receive queue (visible via the wsrep_local_recv_queue global status variable). Donor/Desynced nodes do not apply flow control, though… few settings that are relevant here, and they are all configured via the wsrep_provider_options global variable. gcs.fc_limit This setting controls… tuning flow control in a master/slave cluster might be: mysql> set global wsrep_provider_options=”gcs.fc_limit=500; gcs.fc_master…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… of a table that has a FT index for the global variable innodb_ft_aux_table, we should be able to get… work. First, let’s check the stats immediately after setting these variables, and then let’s push some additional data into the…, and see what happens: mysql> set global innodb_ft_aux_table=’test/dir_test_innodb’; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information…

