Skip to content

Commit 9847786

Browse files
Doc about GTID tests
1 parent 916de59 commit 9847786

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/developement.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Make sure you have the following configuration set in your mysql config file (us
3232
log-bin=mysql-bin
3333
server-id=1
3434
binlog-format = row #Very important if you want to receive write, update and delete row events
35+
gtid_mode=ON
36+
log-slave_updates=true
37+
enforce_gtid_consistency
3538

3639

3740
To run tests:

0 commit comments

Comments
 (0)