Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dancapper committed Sep 28, 2016
2 parents ce3afb2 + 41c1875 commit a620fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/homer_mysql_remove_partitions.pl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ sub read_config {
sub db_connect {
my $CONFIG = shift;
my $db_name = shift;
my $dbistring = ""
my $dbistring = "";
if($CONFIG->{"MYSQL"}{"usesocket"}) {
$dbi = "DBI:mysql:database=".$CONFIG->{"MYSQL"}{$db_name}.";mysql_socket=".$CONFIG->{"MYSQL"}{"socket"}
} else {
Expand Down
2 changes: 1 addition & 1 deletion scripts/homer_mysql_rotate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ END
sub db_connect {
my $CONFIG = shift;
my $db_name = shift;
my $dbistring = ""
my $dbistring = "";
if($CONFIG->{"MYSQL"}{"usesocket"}) {
$dbi = "DBI:mysql:database=".$CONFIG->{"MYSQL"}{$db_name}.";mysql_socket=".$CONFIG->{"MYSQL"}{"socket"}
} else {
Expand Down

0 comments on commit a620fd3

Please sign in to comment.