~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

Merge Monty

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