~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-06-22 02:12:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1636.
  • Revision ID: brian@gaz-20100622021226-46o85azoaypx9tlp
Update for count_cuted_fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
  */
206
206
  memory::init_sql_alloc(&main_mem_root, memory::ROOT_MIN_BLOCK_SIZE, 0);
207
207
  thread_stack= NULL;
208
 
  count_cuted_fields= CHECK_FIELD_IGNORE;
 
208
  count_cuted_fields= CHECK_FIELD_ERROR_FOR_NULL;
209
209
  killed= NOT_KILLED;
210
210
  col_access= 0;
211
211
  tmp_table= 0;