~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Stewart Smith
  • Date: 2008-11-19 19:49:27 UTC
  • mto: This revision was merged to the branch mainline in revision 593.
  • Revision ID: stewart@flamingspork.com-20081119194927-u5eyq0p8why2y6v7
remove frm_only create_info option

Show diffs side-by-side

added added

removed removed

Lines of Context:
843
843
  {
844
844
    handlerton *table_type= table->s->db_type();
845
845
    TABLE_SHARE *share= table->s;
846
 
    bool frm_only= (share->tmp_table == TMP_TABLE_FRM_FILE_ONLY);
847
846
 
848
847
    if (!ha_check_storage_engine_flag(table_type, HTON_CAN_RECREATE))
849
848
      goto trunc_by_del;
858
857
                                             share->db.str,
859
858
                                             share->table_name.str, 1,
860
859
                                             OTM_OPEN))))
861
 
      (void) rm_temporary_table(table_type, path, frm_only);
 
860
      (void) rm_temporary_table(table_type, path);
862
861
    free_table_share(share);
863
862
    free((char*) table);
864
863
    /*