Commit 7cbdd6de authored by unknown's avatar unknown

cleanup

parent abba4bda
......@@ -20,7 +20,7 @@
#pragma interface /* gcc class implementation */
#endif
struct st_select_lex;
class st_select_lex;
class JOIN;
class select_subselect;
......
......@@ -236,7 +236,7 @@ class st_select_lex_unit: public st_select_lex_node {
bool create_total_list_n_last_return(THD *thd, st_lex *lex,
TABLE_LIST ***result);
};
typedef struct st_select_lex_unit SELECT_LEX_UNIT;
typedef class st_select_lex_unit SELECT_LEX_UNIT;
/*
SELECT_LEX - store information of parsed SELECT_LEX statment
......@@ -284,7 +284,7 @@ class st_select_lex: public st_select_lex_node {
friend void mysql_init_query(THD *thd);
};
typedef struct st_select_lex SELECT_LEX;
typedef class st_select_lex SELECT_LEX;
class Set_option :public Sql_alloc {
public:
......
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