~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_connect.cc

  • Committer: Monty Taylor
  • Date: 2008-07-09 15:52:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709155252-lnzmxxje1g40z3a7
Warning fixes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
int
82
82
check_user(THD *thd, enum enum_server_command command,
83
 
               const char *passwd, uint passwd_len, const char *db,
84
 
               bool check_count)
 
83
           const char *passwd __attribute__((__unused__)),
 
84
           uint passwd_len, const char *db,
 
85
           bool check_count)
85
86
{
86
87
  DBUG_ENTER("check_user");
87
88
  LEX_STRING db_str= { (char *) db, db ? strlen(db) : 0 };