~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.cc

  • Committer: Brian Aker
  • Date: 2008-11-26 21:37:50 UTC
  • Revision ID: brian@tangent.org-20081126213750-m96j23htwfymuwlt
Collection of dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1712
1712
  pthread_mutex_unlock(&LOCK_thread_count);
1713
1713
  close_thread_tables(session);      
1714
1714
  session->first_successful_insert_id_in_prev_stmt= 0;
1715
 
  session->stmt_depends_on_first_successful_insert_id_in_prev_stmt= 0;
1716
1715
  free_root(session->mem_root,MYF(MY_KEEP_PREALLOC));
1717
1716
  return session->is_slave_error;
1718
1717
}