mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix skipp -> skip once and for all.
(Note: This affects only comments, not variable names.)
This commit is contained in:
@ -16,7 +16,7 @@ usage() if ($opt_help || $opt_Information);
|
||||
$query=$search=$database=$set=""; $eoq=0;
|
||||
while (<>)
|
||||
{
|
||||
next if (length($query) == 0 && /^\#/); # Skipp comments
|
||||
next if (length($query) == 0 && /^\#/); # Skip comments
|
||||
$query.=search($_);
|
||||
if ($eoq)
|
||||
{
|
||||
|
Reference in New Issue
Block a user