~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_alloc.h

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                               size_t max_res_length,
35
35
                               const CHARSET_INFO * const to_cs,
36
36
                               size_t *result_length);
37
 
void sql_kill(THD *thd, ulong id, bool only_kill_query);
 
37
void sql_kill(Session *thd, ulong id, bool only_kill_query);
38
38
bool net_request_file(NET* net, const char* fname);
39
 
char* query_table_status(THD *thd,const char *db,const char *table_name);
 
39
char* query_table_status(Session *thd,const char *db,const char *table_name);
40
40
 
41
41
#endif /* DRIZZLE_SERVER_SQL_ALLOC_H */