Display results of execute statement
Issue #11741 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
445e211645
commit
18cfc24743
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user