~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.cc

  • Committer: Brian Aker
  • Date: 2008-12-23 05:59:22 UTC
  • Revision ID: brian@tangent.org-20081223055922-ycotcrvxc2zwupoo
Refactor session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2619
2619
    as the present method does not call mysql_parse().
2620
2620
  */
2621
2621
  lex_start(session);
2622
 
  mysql_reset_session_for_next_command(session);
 
2622
  session->reset_for_next_command();
2623
2623
 
2624
2624
  if (!use_rli_only_for_errors)
2625
2625
  {
5044
5044
      call mysql_init_query() which does a more complete set of inits.
5045
5045
    */
5046
5046
    lex_start(session);
5047
 
    mysql_reset_session_for_next_command(session);
 
5047
    session->reset_for_next_command();
5048
5048
 
5049
5049
    /*
5050
5050
      Open the table if it is not already open and add the table to