~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Brian Aker
  • Date: 2009-08-11 20:22:59 UTC
  • mfrom: (1093.1.59 captain)
  • Revision ID: brian@gaz-20090811202259-5a92huu2yqmzdx1u
MErge Jay

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);