~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.h

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                      HA_CREATE_INFO  *create_info_arg);
38
38
bool store_db_create_info(THD *thd, const char *dbname, String *buffer,
39
39
                          HA_CREATE_INFO *create_info);
40
 
bool schema_table_store_record(THD *thd, TABLE *table);
 
40
bool schema_table_store_record(THD *thd, Table *table);
41
41
 
42
42
#endif /* SQL_SHOW_H */