~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2009-05-30 22:30:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090530223005-hmylm6iywddfentm
A lot of little cleanups (most based off lcov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
bool dispatch_command(enum enum_server_command command, Session *session,
86
86
                      char* packet, uint32_t packet_length);
87
87
 
88
 
void log_slow_statement(Session *session);
89
 
 
90
 
bool append_file_to_dir(Session *session, const char **filename_ptr,
91
 
                        const char *table_name);
92
 
 
93
88
bool reload_cache(Session *session, ulong options, TableList *tables);
94
89
 
95
90
bool check_simple_select();