diff options
author | monty@hundin.mysql.fi <> | 2002-10-14 17:50:44 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-10-14 17:50:44 +0300 |
commit | a975cecf4278e234916f8b6b48b41a2104d6a804 (patch) | |
tree | c79c25cc391968bfcdb07eaf6c69e1d0bf26358a /sql/sql_lex.h | |
parent | 91c8660c5adaef78f50431a72719b2240be7ed13 (diff) | |
parent | 3c7f6a98357a0867a0a16c4c2a636ec83bdf72fd (diff) | |
download | mariadb-git-a975cecf4278e234916f8b6b48b41a2104d6a804.tar.gz |
Merge
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index fe708d3b782..f301e4c8af0 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -210,7 +210,7 @@ private: SELECT_LEX_UNIT - unit of selects (UNION, INTERSECT, ...) group SELECT_LEXs */ -class st_lex; +struct st_lex; class st_select_lex; class THD; class select_result; |