Skip to content

Commit

Permalink
Remove unnecessary file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikpuneet07 committed Sep 28, 2023
1 parent d09bdc3 commit 273b494
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 137 deletions.
12 changes: 12 additions & 0 deletions my1.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[mysqld]
plugin_load_add='group_replication.so'
server_id=19
binlog_checksum=NONE
enforce_gtid_consistency=ON
gtid_mode=ON
relay_log={{ ansible_hostname }}-relay-bin
innodb_dedicated_server=ON
binlog_transaction_dependency_tracking=WRITESET
slave_preserve_commit_order=ON
slave_parallel_type=LOGICAL_CLOCK
transaction_write_set_extraction=XXHASH64
12 changes: 12 additions & 0 deletions my2.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[mysqld]
plugin_load_add='group_replication.so'
server_id=15
binlog_checksum=NONE
enforce_gtid_consistency=ON
gtid_mode=ON
relay_log={{ ansible_hostname }}-relay-bin
innodb_dedicated_server=ON
binlog_transaction_dependency_tracking=WRITESET
slave_preserve_commit_order=ON
slave_parallel_type=LOGICAL_CLOCK
transaction_write_set_extraction=XXHASH64
12 changes: 12 additions & 0 deletions my3.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[mysqld]
plugin_load_add='group_replication.so'
server_id=35
binlog_checksum=NONE
enforce_gtid_consistency=ON
gtid_mode=ON
relay_log={{ ansible_hostname }}-relay-bin
innodb_dedicated_server=ON
binlog_transaction_dependency_tracking=WRITESET
slave_preserve_commit_order=ON
slave_parallel_type=LOGICAL_CLOCK
transaction_write_set_extraction=XXHASH64
12 changes: 12 additions & 0 deletions my4.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[mysqld]
plugin_load_add='group_replication.so'
server_id=13
binlog_checksum=NONE
enforce_gtid_consistency=ON
gtid_mode=ON
relay_log={{ ansible_hostname }}-relay-bin
innodb_dedicated_server=ON
binlog_transaction_dependency_tracking=WRITESET
slave_preserve_commit_order=ON
slave_parallel_type=LOGICAL_CLOCK
transaction_write_set_extraction=XXHASH64
137 changes: 0 additions & 137 deletions router-docker_test.sh

This file was deleted.

0 comments on commit 273b494

Please sign in to comment.