~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2009-07-23 00:02:03 UTC
  • mfrom: (1093.1.25 captain)
  • Revision ID: brian@gaz-20090723000203-kkrx4udjiiwy869o
Mege Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                             LOOKUP_FIELD_VALUES *lookup_field_values);
66
66
int make_db_list(Session *session, std::vector<LEX_STRING*> &files,
67
67
                 LOOKUP_FIELD_VALUES *lookup_field_vals, bool *with_i_schema);
 
68
SHOW_VAR *getFrontOfStatusVars();
68
69
 
69
70
int store_create_info(TableList *table_list, String *packet, HA_CREATE_INFO  *create_info_arg);
70
71