~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Merge in Joe's transaction id code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
Session::Session(plugin::Client *client_arg) :
158
158
  Open_tables_state(refresh_version),
159
159
  mem_root(&main_mem_root),
 
160
  xa_id(0),
160
161
  lex(&main_lex),
161
162
  catalog("LOCAL"),
162
163
  client(client_arg),