~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:02:41 UTC
  • Revision ID: brian@tangent.org-20090207220241-ez3828o1246ab2sp
Removing on typedeffed class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
/* Forward declarations */
38
38
class String;
39
39
class JOIN;
40
 
typedef struct st_select_lex SELECT_LEX;
41
40
class Session;
42
41
struct st_ha_create_information;
43
42
typedef st_ha_create_information HA_CREATE_INFO;
68
67
 
69
68
ST_SCHEMA_TABLE *find_schema_table(Session *session, const char* table_name);
70
69
ST_SCHEMA_TABLE *get_schema_table(enum enum_schema_tables schema_table_idx);
71
 
int make_schema_select(Session *session,  SELECT_LEX *sel,
 
70
int make_schema_select(Session *session,  Select_Lex *sel,
72
71
                       enum enum_schema_tables schema_table_idx);
73
72
int mysql_schema_table(Session *session, LEX *lex, TableList *table_list);
74
73
bool get_schema_tables_result(JOIN *join,