~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/connect.h

  • Committer: Monty Taylor
  • Date: 2009-02-08 09:53:59 UTC
  • mfrom: (832.2.10 drizzle-nomaxcon)
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208095359-39xjloxzpjr1mkg4
MergedĀ fromĀ Mark.

Show diffs side-by-side

added added

removed removed

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