~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Mark Atwood
  • Date: 2011-05-02 23:26:54 UTC
  • mfrom: (2290.1.9 server_uuid_repl)
  • Revision ID: me@mark.atwood.name-20110502232654-hd1ufzm7o4mtrutf
mergeĀ lp:~skinny.moey/drizzle/server_uuid_repl

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
  tablespace_op(false),
241
241
  use_usage(false),
242
242
  security_ctx(identifier::User::make_shared()),
 
243
  originating_server_uuid_set(false),
243
244
  client(client_arg)
244
245
{
245
246
  client->setSession(this);
255
256
  lex().current_select= 0;
256
257
  memset(&variables, 0, sizeof(variables));
257
258
  scoreboard_index= -1;
 
259
  originating_server_uuid= "";
 
260
  originating_commit_id= 0;
258
261
  cleanup_done= abort_on_warning= no_warnings_for_error= false;
259
262
 
260
263
  /* query_cache init */