~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

Merged in plugin-registration.  handlerton now == StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1496
1496
  tmp_table.s->db_create_options=0;
1497
1497
  tmp_table.s->blob_ptr_size= portable_sizeof_char_ptr;
1498
1498
  tmp_table.s->db_low_byte_first=
1499
 
        test(create_info->db_type == myisam_hton ||
1500
 
             create_info->db_type == heap_hton);
 
1499
        test(create_info->db_type == myisam_engine ||
 
1500
             create_info->db_type == heap_engine);
1501
1501
  tmp_table.null_row= false;
1502
1502
  tmp_table.maybe_null= false;
1503
1503