cleanup
This commit is contained in:
parent
abba4bdaa5
commit
7cbdd6de7e
@ -20,7 +20,7 @@
|
|||||||
#pragma interface /* gcc class implementation */
|
#pragma interface /* gcc class implementation */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct st_select_lex;
|
class st_select_lex;
|
||||||
class JOIN;
|
class JOIN;
|
||||||
class select_subselect;
|
class select_subselect;
|
||||||
|
|
||||||
|
@ -236,7 +236,7 @@ private:
|
|||||||
bool create_total_list_n_last_return(THD *thd, st_lex *lex,
|
bool create_total_list_n_last_return(THD *thd, st_lex *lex,
|
||||||
TABLE_LIST ***result);
|
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
|
SELECT_LEX - store information of parsed SELECT_LEX statment
|
||||||
@ -284,7 +284,7 @@ public:
|
|||||||
|
|
||||||
friend void mysql_init_query(THD *thd);
|
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 {
|
class Set_option :public Sql_alloc {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user