~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Stewart Smith
  • Date: 2009-01-30 06:16:09 UTC
  • mfrom: (813.3.4 for-brian)
  • mto: (859.1.1 nofrm)
  • mto: This revision was merged to the branch mainline in revision 822.
  • Revision ID: stewart@flamingspork.com-20090130061609-4ocqhq8qj08e4656
merge other work

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
int store_create_info(Session *session, TableList *table_list, String *packet,
61
61
                      HA_CREATE_INFO  *create_info_arg);
62
 
bool store_db_create_info(Session *session, const char *dbname, String *buffer,
 
62
bool store_db_create_info(const char *dbname, String *buffer,
63
63
                          HA_CREATE_INFO *create_info);
64
64
bool schema_table_store_record(Session *session, Table *table);
65
65