~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Brian Aker
  • Date: 2009-02-05 09:40:42 UTC
  • Revision ID: brian@tangent.org-20090205094042-e51fvbgbb8ppt2m8
Fixed session call from function to method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
    session->transaction.all.modified_non_trans_table= true;
400
400
 
401
401
  /* ok to client sent only after binlog write and engine commit */
402
 
  my_ok(session, info.copied + info.deleted, 0L, name);
 
402
  session->my_ok(info.copied + info.deleted, 0L, name);
403
403
err:
404
404
  assert(transactional_table || !(info.copied || info.deleted) ||
405
405
              session->transaction.stmt.modified_non_trans_table);