Fix #4495 Comment lines in multiquery
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
80eb1091ee
commit
fe3941b9bd
@ -54,6 +54,7 @@ phpMyAdmin - ChangeLog
|
||||
+ rfe #1547 Wrap No Tables Found message with message box
|
||||
- bug #4559 Logging in causes 100% CPU usage
|
||||
- bug #4564 Designer: spaces in table name with edit table link generates bad links
|
||||
- bug #4495 Comment lines in multiquery
|
||||
|
||||
4.2.12.0 (not yet released)
|
||||
- bug #4574 Blank/white page when JavaScript disabled
|
||||
|
||||
@ -296,6 +296,11 @@ class ImportSql extends ImportPlugin
|
||||
//throw new Exception('Unknown case.');
|
||||
break;
|
||||
}
|
||||
|
||||
if (0 === $this->_firstSearchChar) {
|
||||
$this->_queryBeginPosition = $this->_delimiterPosition;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user