-
-
-
- = __('Press Ctrl+Enter to execute query') ; ?>
-
-
- = __('Press Enter to execute query') ; ?>
-
-
-
-
- = PMA\libraries\Template::get('console/query_action')
- ->render(
- array(
- 'parent_div_classes' => 'action_content',
- 'content_array' => [
- ['action collapse', __('Collapse')],
- ['action expand', __('Expand')],
- ['action requery', __('Requery')],
- ['action edit', __('Edit')],
- ['action explain', __('Explain')],
- ['action profiling', __('Profiling')],
- isset($cfgBookmark)
- ? ['action bookmark', __('Bookmark')] : null,
- ['text failed', __('Query failed')],
- ['text targetdb', __('Database'), 'extraSpan' => htmlspecialchars($record['db'])],
- ['text query_time', __('Queried time'), 'extraSpan' => $queriedTime],
- ],
- )
- );
- ?>
- = htmlspecialchars($record['sqlquery']) ; ?>
-
-
-
-
-
-