Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
val committed Feb 17, 2020
1 parent bc65cee commit 9bdab2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTRALINK=#-pg
ALL_DEBUG=-ggdb -DDEBUG
NO_DEBUG=
DEBUG=${ALL_DEBUG}
export DEBUG
#export DEBUG
#export OPTZ
#export EXTRALINK
export MAKE
Expand Down
45 changes: 0 additions & 45 deletions src/proxysql.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -94,51 +94,6 @@ mysql_replication_hostgroups=
}
)

mysql_galera_hostgroups=
(
{
writer_hostgroup=10
backup_writer_hostgroup=20
reader_hostgroup=30
offline_hostgroup=40
active=0
max_writers=3
writer_is_also_readder=0
max_transactions_behind=10
comment="comment aws 1"
},
{
writer_hostgroup=110
backup_writer_hostgroup=120
reader_hostgroup=130
offline_hostgroup=140
active=0
max_writers=3
writer_is_also_readder=0
max_transactions_behind=10
comment="comment aws 2"
}
)

mysql_aws_aurora_hostgroups=
(
{
writer_hostgroup=10
reader_hostgroup=20
active=0
aurora_port=3306
domain_name=".aws1.com"
max_lag_ms=30000
check_interval_ms=6000
check_timeout_ms=700
writer_is_also_readder=0
new_reader_weight=100
add_lag_ms=100
min_lag_ms=200
lag_num_checks=10
comment="comment aws 1"
}
)

mysql_group_replication_hostgroups=
(
Expand Down

0 comments on commit 9bdab2e

Please sign in to comment.