mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-406: ANALYZE $stmt
- Support tracking for UNIONs, temporary-table based ORDER BYs, and both.
This commit is contained in:
@ -251,7 +251,7 @@ typedef struct st_join_table {
|
||||
/* Special content for EXPLAIN 'Extra' column or NULL if none */
|
||||
enum explain_extra_tag info;
|
||||
|
||||
Explain_table_access *explain;
|
||||
Table_access_tracker *tracker;
|
||||
/*
|
||||
Bitmap of TAB_INFO_* bits that encodes special line for EXPLAIN 'Extra'
|
||||
column, or 0 if there is no info.
|
||||
|
Reference in New Issue
Block a user