~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 01:30:47 UTC
  • Revision ID: monty@inaugust.com-20081006013047-6m2ejc0c4peye2k9
Removed my_free(). It turns out that it had been def'd to ignore the flags passed to it in the second arg anyway. Gotta love that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
873
873
                                             OTM_OPEN))))
874
874
      (void) rm_temporary_table(table_type, path, frm_only);
875
875
    free_table_share(share);
876
 
    my_free((char*) table,MYF(0));
 
876
    free((char*) table);
877
877
    /*
878
878
      If we return here we will not have logged the truncation to the bin log
879
879
      and we will not my_ok() to the client.