~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.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:
233
233
    if (protocol->write())
234
234
      return(true);
235
235
  }
236
 
  my_eof(session);
 
236
  session->my_eof();
237
237
  return(false);
238
238
}