mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Fix galera.galera_gcs_fc_limit
This commit is contained in:
parent
bb20f6d9e2
commit
d95dc57e75
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue