This commit is contained in:
unknown 2002-07-05 08:15:57 +03:00
parent abba4bdaa5
commit 7cbdd6de7e
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#pragma interface /* gcc class implementation */
#endif
struct st_select_lex;
class st_select_lex;
class JOIN;
class select_subselect;

View File

@ -236,7 +236,7 @@ private:
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 @@ public:
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: