~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/connect.h

  • Committer: Brian Aker
  • Date: 2009-02-11 19:43:59 UTC
  • mfrom: (873.2.13 devel)
  • Revision ID: brian@tangent.org-20090211194359-bvzp93tceo4qtjmd
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#define DRIZZLE_SERVER_CONNECT_H
28
28
 
29
29
int check_user(Session *session, const char *passwd, uint32_t passwd_len, const char *db);
 
30
extern "C"
30
31
pthread_handler_t handle_one_connection(void *arg);
31
32
bool init_new_connection_handler_thread();
32
33
void time_out_user_resource_limits(Session *session, USER_CONN *uc);