~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-12-05 07:48:35 UTC
  • mfrom: (1964.2.22 rip-plugin-sysvar)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101205074835-hppjgjaaq93t6vdc
Merge Monty: plugin_sysvar removal work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <drizzled/item/func.h>
20
20
#include <drizzled/function/str/strfunc.h>
21
21
 
22
 
namespace drizzled
 
22
namespace drizzle_plugin
23
23
{
24
24
 
25
25
extern const char* MySQLPasswordName;
34
34
  drizzled::String *val_str(drizzled::String *);
35
35
};
36
36
 
37
 
} /* namespace drizzled */
 
37
} /* namespace drizzle_plugin */
38
38
 
39
39
#endif /* PLUGIN_MYSQL_PROTOCOL_MYSQL_PASSWORD_H */