~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

Merging Eric's refactoring and cleanup of Listen and Protocol

Show diffs side-by-side

added added

removed removed

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