Fix #4495 Comment lines in multiquery

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2014-11-08 20:02:10 +01:00
parent 80eb1091ee
commit fe3941b9bd
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -296,6 +296,11 @@ class ImportSql extends ImportPlugin
//throw new Exception('Unknown case.');
break;
}
if (0 === $this->_firstSearchChar) {
$this->_queryBeginPosition = $this->_delimiterPosition;
}
continue;
}