~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:16:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515071635-chkog3hw0ht2f8mw
A number of random cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
bool append_file_to_dir(Session *session, const char **filename_ptr,
93
93
                        const char *table_name);
94
94
 
95
 
bool reload_cache(Session *session, ulong options, TableList *tables,
96
 
                  bool *write_to_binlog);
 
95
bool reload_cache(Session *session, ulong options, TableList *tables);
97
96
 
98
97
bool check_simple_select();
99
98