Skip to content

Commit 4eb5a79

Browse files
gopshankdahlerlend
authored andcommitted
WL#6599 New Data Dictionary and I_S integration
Updating comment for TABLE_LIST->is_dd_ctx_table which was introduced in previous commit.
1 parent e359ebc commit 4eb5a79

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sql/table.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2609,7 +2609,12 @@ struct TABLE_LIST
26092609
// True, If this is a system view
26102610
bool is_system_view;
26112611

2612-
// True, If this is a dictionary table.
2612+
/*
2613+
Set to 'true' if this is a DD table being opened in the context of a
2614+
dictionary operation. Note that when 'false', this may still be a DD
2615+
table when opened in a non-DD context, e.g. as part of an I_S view
2616+
query.
2617+
*/
26132618
bool is_dd_ctx_table;
26142619

26152620
/* End of view definition context. */

0 commit comments

Comments
 (0)