1
0
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:
Sergei Petrunia
2014-06-03 17:59:01 +04:00
parent 0925ab9d88
commit 5621aa3230
6 changed files with 79 additions and 17 deletions

View File

@ -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.