From 4693b58da07c4ba00b9e84661177764e529850da Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 29 Oct 2005 13:11:34 +0400 Subject: [PATCH] Minor comments. sql/sql_lex.h: Minor fix of a comment. sql/table.h: Minor fix of a comment. --- sql/sql_lex.h | 2 +- sql/table.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 88d34a81ea8..132a0491968 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -804,7 +804,7 @@ typedef struct st_lex /* A flag that indicates what kinds of derived tables are present in the 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 create_view_algorithm; diff --git a/sql/table.h b/sql/table.h index 84476670823..9e94c5fa2f6 100644 --- a/sql/table.h +++ b/sql/table.h @@ -550,13 +550,13 @@ typedef struct st_table_list */ st_table_list *referencing_view; /* - security context (non-zero only for tables which belong - to view with SQL SEQURITY DEFINER) + Security context (non-zero only for tables which belong + to view with SQL SECURITY DEFINER) */ Security_context *security_ctx; /* - this view security context (non-zero only for views with - SQL SEQURITY DEFINER) + This view security context (non-zero only for views with + SQL SECURITY DEFINER) */ Security_context *view_sctx; /*