Merge branch 'QA_4_6'
This commit is contained in:
commit
e531526bc5
@ -1213,7 +1213,7 @@ class Util
|
||||
) . ']';
|
||||
$url = 'https://mariadb.org/explain_analyzer/analyze/'
|
||||
. '?client=phpMyAdmin&raw_explain='
|
||||
. self::_generateRowQueryOutput($sql_query);
|
||||
. urlencode(self::_generateRowQueryOutput($sql_query));
|
||||
$explain_link .= ' ['
|
||||
. self::linkOrButton(
|
||||
htmlspecialchars('url.php?url=' . urlencode($url)),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user