~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2010-10-09 17:44:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: brian@tangent.org-20101009174413-4cs0q58kw0fjd45y
First pass through adding back user_locks.

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 */