summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-05-19 17:07:28 +0300
committerunknown <bell@sanja.is.com.ua>2004-05-19 17:07:28 +0300
commit9fb55cefac8204fb77e28e9141977a72b7017483 (patch)
treeee18fab3d095804e9a76acc18f491adfe2f6cc6f /sql/sql_lex.h
parentaebab97dd0f254652d5ebcb7c1e4817c7109d18c (diff)
downloadmariadb-git-9fb55cefac8204fb77e28e9141977a72b7017483.tar.gz
after review changes
mysql-test/r/derived.result: explain of hidden subselect changed according to review mysql-test/r/subselect.result: explain of hidden subselect changed according to review mysql-test/r/union.result: explain of hidden subselect changed according to review sql/sql_class.h: we bo not need sign for now sql/sql_lex.h: we do not need sign for now
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 e6a2dcdb754..2df2c998ff0 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -425,7 +425,7 @@ public:
ulong table_join_options;
uint in_sum_expr;
- int select_number; /* number of select (used for EXPLAIN) */
+ uint select_number; /* number of select (used for EXPLAIN) */
uint with_wild; /* item list contain '*' */
bool braces; /* SELECT ... UNION (SELECT ... ) <- this braces */
/* TRUE when having fix field called in processing of this SELECT */