~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-26 12:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 2456.
  • Revision ID: olafvdspek@gmail.com-20111026120322-njk994x6jappi66p
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
 
284
284
  substitute_null_with_insert_id = false;
285
285
  lock_info.init(); /* safety: will be reset after start */
286
 
  thr_lock_owner_init(&main_lock_id, &lock_info);
 
286
  main_lock_id.info= &lock_info;
287
287
 
288
288
  plugin::EventObserver::registerSessionEvents(*this);
289
289
}