~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.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:
95
95
  if (!silent && !error)
96
96
  {
97
97
    write_bin_log(session, true, session->query, session->query_length);
98
 
    my_ok(session);
 
98
    session->my_ok();
99
99
  }
100
100
 
101
101
  pthread_mutex_lock(&LOCK_open);