~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-01-22 00:53:13 UTC
  • Revision ID: brian@gaz-20100122005313-jmizcbcdi1lt4tcx
Revert db patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1123
1123
      @retval false Success
1124
1124
      @retval true  Out-of-memory error
1125
1125
  */
1126
 
  bool set_db(const NormalisedDatabaseName &new_db);
1127
 
 
1128
 
  void clear_db();
 
1126
  bool set_db(const char *new_db, size_t new_db_len);
1129
1127
 
1130
1128
  /*
1131
1129
    Copy the current database to the argument. Use the current arena to