summaryrefslogtreecommitdiff
path: root/sql/sql_explain.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_explain.h')
-rw-r--r--sql/sql_explain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h
index 9090416847f..6587f0e4178 100644
--- a/sql/sql_explain.h
+++ b/sql/sql_explain.h
@@ -550,6 +550,7 @@ enum explain_extra_tag
ET_CONST_ROW_NOT_FOUND,
ET_UNIQUE_ROW_NOT_FOUND,
ET_IMPOSSIBLE_ON_CONDITION,
+ ET_TABLE_FUNCTION,
ET_total
};