~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: lbieber at stabletransit
  • Date: 2010-10-18 17:22:59 UTC
  • mfrom: (1857.4.2 sys-var-string)
  • mto: This revision was merged to the branch mainline in revision 1860.
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101018172259-vik92p7vmedpv7qa
Merge Monty - Adds support for a const std::string sys_var type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1215
1215
   * @param  Length of scrambled password
1216
1216
   * @param  Database name to connect to, may be NULL
1217
1217
   */
1218
 
  bool checkUser(const char *passwd, uint32_t passwd_len, const char *db);
 
1218
  bool checkUser(const std::string &passwd, const std::string &db);
1219
1219
  
1220
1220
  /**
1221
1221
   * Returns the timestamp (in microseconds) of when the Session