~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-01-26 00:19:35 UTC
  • Revision ID: brian@tangent.org-20090126001935-ghhkqscxth5u6a4c
Merge and fix for scheduler.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
502
502
  count_cuted_fields= CHECK_FIELD_IGNORE;
503
503
  killed= NOT_KILLED;
504
504
  col_access=0;
505
 
  is_slave_error= thread_specific_used= false;
 
505
  thread_specific_used= false;
506
506
  hash_clear(&handler_tables_hash);
507
507
  tmp_table=0;
508
508
  used_tables=0;