~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_password.cc

  • 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:
19
19
#include "drizzled/util/convert.h"
20
20
 
21
21
using namespace std;
22
 
using namespace drizzled;
 
22
 
 
23
namespace drizzled
 
24
{
23
25
 
24
26
const char* MySQLPasswordName = "mysql_password";
25
27
 
66
68
 
67
69
  return str;
68
70
}
 
71
 
 
72
}