~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

Merged Eric from lp:~eday/drizzle/eday-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
384
384
    session->transaction.all.modified_non_trans_table= true;
385
385
 
386
386
  /* ok to client sent only after binlog write and engine commit */
387
 
  session->my_ok(info.copied + info.deleted, 0L, name);
 
387
  session->my_ok(info.copied + info.deleted, 0, 0L, name);
388
388
err:
389
389
  assert(transactional_table || !(info.copied || info.deleted) ||
390
390
              session->transaction.stmt.modified_non_trans_table);