@@ -317,6 +317,7 @@ public function getDataProvider()
317
317
'engine ' => 'innodb ' ,
318
318
'initStatements ' => 'SET NAMES utf8; ' ,
319
319
'active ' => '1 ' ,
320
+ 'synchronous_replication ' => true ,
320
321
],
321
322
],
322
323
],
@@ -342,6 +343,7 @@ public function getDataProvider()
342
343
'engine ' => 'innodb ' ,
343
344
'initStatements ' => 'SET NAMES utf8; ' ,
344
345
'active ' => '1 ' ,
346
+ 'synchronous_replication ' => true ,
345
347
],
346
348
],
347
349
],
@@ -495,6 +497,7 @@ public function getDataProvider()
495
497
'engine ' => 'innodb ' ,
496
498
'initStatements ' => 'SET NAMES utf8; ' ,
497
499
'active ' => '1 ' ,
500
+ 'synchronous_replication ' => true ,
498
501
],
499
502
],
500
503
],
@@ -616,6 +619,7 @@ public function getDataProvider()
616
619
'engine ' => 'innodb ' ,
617
620
'initStatements ' => 'SET NAMES utf8; ' ,
618
621
'active ' => '1 ' ,
622
+ 'synchronous_replication ' => true ,
619
623
],
620
624
],
621
625
],
@@ -759,6 +763,7 @@ public function getDataProvider()
759
763
'engine ' => 'innodb ' ,
760
764
'initStatements ' => 'SET NAMES utf8; ' ,
761
765
'active ' => '1 ' ,
766
+ 'synchronous_replication ' => true ,
762
767
],
763
768
'checkout ' => [
764
769
'host ' => 'some_host_quote_slave:3310 ' ,
@@ -769,6 +774,7 @@ public function getDataProvider()
769
774
'engine ' => 'innodb ' ,
770
775
'initStatements ' => 'SET NAMES utf8; ' ,
771
776
'active ' => '1 ' ,
777
+ 'synchronous_replication ' => true ,
772
778
],
773
779
'sales ' => [
774
780
'host ' => 'some_host_sales_slave:3311 ' ,
@@ -779,6 +785,7 @@ public function getDataProvider()
779
785
'engine ' => 'innodb ' ,
780
786
'initStatements ' => 'SET NAMES utf8; ' ,
781
787
'active ' => '1 ' ,
788
+ 'synchronous_replication ' => true ,
782
789
],
783
790
],
784
791
],
@@ -977,6 +984,7 @@ public function getDataProvider()
977
984
'engine ' => 'innodb ' ,
978
985
'initStatements ' => 'SET NAMES utf8; ' ,
979
986
'active ' => '1 ' ,
987
+ 'synchronous_replication ' => true ,
980
988
],
981
989
'sales ' => ['host ' => 'some_host_sales_slave:3311 ' ,
982
990
'username ' => 'some_username_sales_slave ' ,
@@ -986,6 +994,7 @@ public function getDataProvider()
986
994
'engine ' => 'innodb ' ,
987
995
'initStatements ' => 'SET NAMES utf8; ' ,
988
996
'active ' => '1 ' ,
997
+ 'synchronous_replication ' => true ,
989
998
],
990
999
],
991
1000
],
0 commit comments