~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2010-11-23 09:35:51 UTC
  • mfrom: (1933.2.13 catalogs)
  • Revision ID: brian@tangent.org-20101123093551-l5m7zhz3m5c4wmlk
Merge in changes for barriers (update for kill, etc).

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                                bool all,
87
87
                                Select_Lex *select_lex);
88
88
 
89
 
void sql_kill(Session *session, int64_t id, bool only_kill_query);
90
89
char* query_table_status(Session *session,const char *db,const char *table_name);
91
90
 
92
91
} /* namespace drizzled */