~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/connect.h

  • Committer: Jay Pipes
  • Date: 2009-03-16 02:00:08 UTC
  • mto: This revision was merged to the branch mainline in revision 941.
  • Revision ID: jpipes@serialcoder-20090316020008-i6fao2kh229xhb2y
Remove dead functions in drizzled/connect.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
extern "C"
30
30
pthread_handler_t handle_one_connection(void *arg);
31
31
bool init_new_connection_handler_thread();
32
 
void time_out_user_resource_limits(Session *session, USER_CONN *uc);
33
 
void decrease_user_connections(USER_CONN *uc);
34
 
void session_init_client_charset(Session *session, uint32_t cs_number);
35
32
bool setup_connection_thread_globals(Session *session);
36
33
void prepare_new_connection_state(Session* session);
37
34
void end_connection(Session *session);