~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Monty Taylor
  • Date: 2009-12-08 22:43:58 UTC
  • mfrom: (1240.1.5 build)
  • mto: (1240.1.6 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: mordred@inaugust.com-20091208224358-u1pazjsnn4n932cu
MergedĀ upĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <drizzled/sql_error.h>
34
34
#include <drizzled/file_exchange.h>
35
35
#include <drizzled/select_result_interceptor.h>
36
 
#include <drizzled/db.h>
37
36
#include <drizzled/xid.h>
38
37
 
39
38
#include <netdb.h>
1139
1138
      @retval false Success
1140
1139
      @retval true  Out-of-memory error
1141
1140
  */
1142
 
  bool set_db(const char *new_db, size_t new_db_len);
 
1141
  bool set_db(const NormalisedDatabaseName &new_db);
 
1142
 
 
1143
  void clear_db();
1143
1144
 
1144
1145
  /*
1145
1146
    Copy the current database to the argument. Use the current arena to