mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
This commit is contained in:
@@ -196,9 +196,10 @@ if (defined ($help)) {
|
||||
elsif (m/^\s+(.+)$/ ) { # command could be some lines ...
|
||||
#print "multi-lined ($1)\n";
|
||||
my ($A)=$1;
|
||||
chomp $A;
|
||||
$Param->{Query} .= " $1";
|
||||
#print "multi-lined ($1)<<$Param->{Query}>>\n";
|
||||
$A =~ s/\-\-.*//;
|
||||
|
||||
$Param->{Query} .= " $A";
|
||||
#print "multi-lined ($A)<<$Param->{Query}>>\n";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user