~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2009-11-19 03:54:45 UTC
  • mto: (1223.1.4 push) (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1224.
  • Revision ID: brian@gaz-20091119035445-01a1mcnq3x0w9b8q
Remove used flag for engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                 LOOKUP_FIELD_VALUES *lookup_field_vals, bool *with_i_schema);
69
69
SHOW_VAR *getFrontOfStatusVars();
70
70
 
71
 
int store_create_info(TableList *table_list, String *packet, HA_CREATE_INFO  *create_info_arg, bool is_if_not_exists);
 
71
int store_create_info(TableList *table_list, String *packet, bool is_if_not_exists);
72
72
 
73
73
bool schema_table_store_record(Session *session, Table *table);
74
74