Commit fd3a3c22 authored by konstantin@mysql.com's avatar konstantin@mysql.com

Minor comments.

parent 351ac284
...@@ -804,7 +804,7 @@ typedef struct st_lex ...@@ -804,7 +804,7 @@ typedef struct st_lex
/* /*
A flag that indicates what kinds of derived tables are present in the A flag that indicates what kinds of derived tables are present in the
query (0 if no derived tables, otherwise a combination of flags query (0 if no derived tables, otherwise a combination of flags
DERIVED_SUBQUERY and DERIVED_VIEW. DERIVED_SUBQUERY and DERIVED_VIEW).
*/ */
uint8 derived_tables; uint8 derived_tables;
uint8 create_view_algorithm; uint8 create_view_algorithm;
......
...@@ -550,13 +550,13 @@ typedef struct st_table_list ...@@ -550,13 +550,13 @@ typedef struct st_table_list
*/ */
st_table_list *referencing_view; st_table_list *referencing_view;
/* /*
security context (non-zero only for tables which belong Security context (non-zero only for tables which belong
to view with SQL SEQURITY DEFINER) to view with SQL SECURITY DEFINER)
*/ */
Security_context *security_ctx; Security_context *security_ctx;
/* /*
this view security context (non-zero only for views with This view security context (non-zero only for views with
SQL SEQURITY DEFINER) SQL SECURITY DEFINER)
*/ */
Security_context *view_sctx; Security_context *view_sctx;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment