~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_password.h

  • Committer: Monty Taylor
  • Date: 2010-10-06 18:22:02 UTC
  • mto: (1818.1.1 build) (1821.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1819.
  • Revision ID: mordred@inaugust.com-20101006182202-bzj2dpg6gnmbgghh
Fixed some more ICC warnings. How did I get started on this this morning?

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
namespace drizzled
23
23
{
24
24
 
25
 
extern "C" const char* MySQLPasswordName;
 
25
extern const char* MySQLPasswordName;
26
26
 
27
27
class MySQLPassword: public drizzled::Item_str_func
28
28
{