~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_delete.cc

  • Committer: Brian Aker
  • Date: 2008-07-07 14:25:25 UTC
  • mto: (77.1.25 codestyle)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: brian@tangent.org-20080707142525-xzy2nl3ie2ebwfln
LL() cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
950
950
  bool save_binlog_row_based= thd->current_stmt_binlog_row_based;
951
951
  thd->clear_current_stmt_binlog_row_based();
952
952
  error= mysql_delete(thd, table_list, (COND*) 0, (SQL_LIST*) 0,
953
 
                      HA_POS_ERROR, LL(0), TRUE);
 
953
                      HA_POS_ERROR, 0LL, TRUE);
954
954
  ha_enable_transaction(thd, TRUE);
955
955
  /*
956
956
    Safety, in case the engine ignored ha_enable_transaction(FALSE)