summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-10-29 13:11:34 +0400
committerunknown <konstantin@mysql.com>2005-10-29 13:11:34 +0400
commit4693b58da07c4ba00b9e84661177764e529850da (patch)
tree6313271b840b992afe5b9e280d4a26721e4e981d /sql/sql_lex.h
parentd942044cf1429c204fa509c2f0b690cbdc267c4a (diff)
downloadmariadb-git-4693b58da07c4ba00b9e84661177764e529850da.tar.gz
Minor comments.
sql/sql_lex.h: Minor fix of a comment. sql/table.h: Minor fix of a comment.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 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;