~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Monty Taylor
  • Date: 2009-03-26 08:22:57 UTC
  • mto: (968.2.25 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090326082257-prliu70n35f2okqe
Moved flags into private area.

Show diffs side-by-side

added added

removed removed

Lines of Context:
798
798
    StorageEngine *table_type= table->s->db_type();
799
799
    TABLE_SHARE *share= table->s;
800
800
 
801
 
    if (!ha_check_storage_engine_flag(table_type, HTON_BIT_CAN_RECREATE))
 
801
    if (!table_type->check_flag(HTON_BIT_CAN_RECREATE))
802
802
      goto trunc_by_del;
803
803
 
804
804
    table->file->info(HA_STATUS_AUTO | HA_STATUS_NO_LOCK);