Display results of execute statement

Issue #11741

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-12-14 16:21:22 +01:00
parent 445e211645
commit 18cfc24743

View File

@ -130,7 +130,7 @@ function PMA_importRunQuery($sql = '', $full = '', $controluser = false,
} else {
$executed_queries++;
$pattern = '/^[\s]*(SELECT|SHOW|HANDLER)/i';
$pattern = '/^[\s]*(SELECT|SHOW|HANDLER|EXECUTE)/i';
if ($run_query
&& $GLOBALS['finished']
&& empty($sql)