Drop files here

SQL upload ( 0 ) x -

Page-related settings Click on the bar to scroll to top of page
Press Ctrl+Enter to execute query Press Enter to execute query
ascending
descending
Order:
Debug SQL
Count
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse Expand Show trace Hide trace Count Time taken
Options
Set default





Collapse Expand Requery Edit Explain Profiling Bookmark Query failed Database : Queried time :
Browse mode

Customize browse mode.

Documentation Use only icons, only text or both.
Documentation Use only icons, only text or both.
Documentation Whether a user should be displayed a "show all (rows)" button.
Documentation Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.
Documentation SMART - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise.
Documentation Highlight row pointed by the mouse cursor.
Documentation Highlight selected rows.
Documentation
Documentation
Documentation Repeat the headers every X cells, 0 deactivates this feature.
Documentation Maximum number of characters shown in any non-numeric column on browse view.
Documentation These are Edit, Copy and Delete links.
Documentation Whether to show row links even in the absence of a unique key.
Documentation Default sort order for tables with a primary key.
Documentation When browsing tables, the sorting of each table is remembered.
Documentation For display Options
SELECT * FROM `events_waits_history`
THREAD_ID
Thread associated with the event. Together with EV…
EVENT_ID
Thread's current event number at the start of the …
END_EVENT_ID
NULL when the event starts, set to the thread's cu…
EVENT_NAME
Event instrument name and a NAME from the setup_in…
SOURCE
Name and line number of the source file containing…
TIMER_START
Value in picoseconds when the event timing started…
TIMER_END
Value in picoseconds when the event timing ended, …
TIMER_WAIT
Value in picoseconds of the event's duration or NU…
SPINS
Number of spin rounds for a mutex, or NULL if spin…
OBJECT_SCHEMA
Name of the schema that contains the table for tab…
OBJECT_NAME
File name for file I/O objects, table name for tab…
INDEX_NAME
Name of the index, PRIMARY for the primary key, or…
OBJECT_TYPE
FILE for a file object, TABLE or TEMPORARY TABLE f…
OBJECT_INSTANCE_BEGIN
Address in memory of the object.
NESTING_EVENT_ID
EVENT_ID of event within which this event nests.
NESTING_EVENT_TYPE
Nesting event type. Either statement, stage or wai…
OPERATION
Operation type, for example read, write or lock
NUMBER_OF_BYTES
Number of bytes that the operation read or wrote, …
FLAGS
Reserved for use in the future.