~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Brian Aker
  • Date: 2009-04-28 21:46:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: brian@gaz-20090428214657-8vxn7n9dc6epb3zy
Renamed TABLE_SHARE to TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
796
796
  if (!dont_send_ok && (table= find_temporary_table(session, table_list)))
797
797
  {
798
798
    StorageEngine *table_type= table->s->db_type();
799
 
    TABLE_SHARE *share= table->s;
 
799
    TableShare *share= table->s;
800
800
 
801
801
    if (!table_type->check_flag(HTON_BIT_CAN_RECREATE))
802
802
      goto trunc_by_del;