~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_password.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-22 19:07:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2421.
  • Revision ID: olafvdspek@gmail.com-20110822190737-sar8ovndi1wmio7x
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
const char* MySQLPasswordName = "mysql_password";
26
26
 
27
 
MySQLPassword::MySQLPassword()
28
 
29
 
}
30
 
 
31
27
const char *MySQLPassword::func_name() const
32
28
{
33
29
  return MySQLPasswordName;