~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

TransactionServices method names now meet code style guidelines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
    last one without error. error > 0 means an error (e.g. unique key
524
524
    violation and no IGNORE or REPLACE). error == 0 is also an error (if
525
525
    preparing the record or invoking before triggers fails). See
526
 
    ha_autocommit_or_rollback(error>=0) and return(error>=0) below.
 
526
    autocommitOrRollback(error>=0) and return(error>=0) below.
527
527
    Sometimes we want to binlog even if we updated no rows, in case user used
528
528
    it to be sure master and slave are in same state.
529
529
  */