~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Monty Taylor
  • Date: 2008-09-23 01:53:40 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923015340-z8p6sbl7y27c4k30
Enabled -Wlong-long.

Show diffs side-by-side

added added

removed removed

Lines of Context:
946
946
  bool save_binlog_row_based= thd->current_stmt_binlog_row_based;
947
947
  thd->clear_current_stmt_binlog_row_based();
948
948
  error= mysql_delete(thd, table_list, (COND*) 0, (SQL_LIST*) 0,
949
 
                      HA_POS_ERROR, 0LL, true);
 
949
                      HA_POS_ERROR, 0L, true);
950
950
  ha_enable_transaction(thd, true);
951
951
  /*
952
952
    Safety, in case the engine ignored ha_enable_transaction(false)