~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Monty Taylor
  • Date: 2009-12-29 18:26:43 UTC
  • mfrom: (1257 build)
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091229182643-bv3c4va7rit6wmvl
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
                                bool all,
85
85
                                Select_Lex *select_lex);
86
86
 
 
87
void sql_kill(Session *session, unsigned long id, bool only_kill_query);
 
88
char* query_table_status(Session *session,const char *db,const char *table_name);
 
89
 
87
90
#endif /* DRIZZLED_SQL_PARSE_H */