~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:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

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