Issue #117 and #118: Rollback on #108 fix.

This commit is contained in:
Jean-Marie RENOUARD 2015-08-25 10:17:12 +02:00
parent daf779418f
commit 60e5490167

View file

@ -387,10 +387,10 @@ sub mysql_setup {
exit 1;
}
$mysqlcmd =~ s/\n$//g;
my $mysqlcliversion=`$mysqlcmd --version`;
if ( $mysqlcliversion =~ /5\.[567]/) {
$mysqlcmd .=" --auto-vertical-output=false";
}
# my $mysqlcliversion=`$mysqlcmd --version`;
# if ( $mysqlcliversion =~ /5\.[567]/) {
# $mysqlcmd .=" --auto-vertical-output=false";
# }
debugprint "MySQL Client: $mysqlcmd";
# Are we being asked to connect via a socket?