~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
struct st_ha_create_information;
39
39
typedef st_ha_create_information HA_CREATE_INFO;
40
40
struct TableList;
41
 
struct InfoSchemaTable;
 
41
class InfoSchemaTable;
42
42
 
43
43
typedef struct system_status_var STATUS_VAR;
44
44