~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:41:00 UTC
  • mfrom: (1863 staging)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020204100-oyj6p5cfssjw3p62
Merged with trunk.

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, unsigned long id, bool only_kill_query);
 
89
void sql_kill(Session *session, int64_t id, bool only_kill_query);
90
90
char* query_table_status(Session *session,const char *db,const char *table_name);
91
91
 
92
92
} /* namespace drizzled */