Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from ScientaNL/jmdejager-patch-1
Browse files Browse the repository at this point in the history
Update cluster.sh
  • Loading branch information
kbarendrecht committed Jul 20, 2020
2 parents 46a01b9 + 755daee commit 417a785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/files/cli/commands/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ command_sync:node() {

proxysql_execute_query "
INSERT INTO mysql_query_rules (active, match_pattern, destination_hostgroup, apply )
VALUES (1, '\/\*.*\s*hg\s*=\s*${hostgroup}\s*.*\*\/', '${hostgroup}', 1);"
VALUES (1, '\/\* HG${hostgroup} \*\/', '${hostgroup}', 1);"

while read database; do

Expand Down

0 comments on commit 417a785

Please sign in to comment.