Skip to content
Permalink
Browse files
Fix galera.galera_gcs_fc_limit
  • Loading branch information
mariadb-SachinSetiya committed Mar 23, 2017
1 parent bb20f6d commit d95dc57
Showing 1 changed file with 4 additions and 1 deletion.
@@ -19,10 +19,13 @@ SET GLOBAL wsrep_provider_options = 'gcs.fc_limit=1';
LOCK TABLE t1 WRITE;

--connection node_1

--sleep 1
INSERT INTO t1 VALUES (2);
--sleep 1
INSERT INTO t1 VALUES (3);
--sleep 1
INSERT INTO t1 VALUES (4);
--sleep 1

# This query will hang because flow control will kick in
--send

0 comments on commit d95dc57

Please sign in to comment.