~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.cc

  • Committer: Brian Aker
  • Date: 2009-01-17 00:52:59 UTC
  • Revision ID: brian@gir-3.local-20090117005259-goyecyq0tpi9irnb
Pass through on refactoring functions to clases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1841
1841
    */
1842
1842
    if (created)
1843
1843
    {
1844
 
      close_temporary_tables(session);
 
1844
      session->close_temporary_tables();
1845
1845
      cleanup_load_tmpdir();
1846
1846
    }
1847
1847
    break;
1858
1858
        Can distinguish, based on the value of 'created': this event was
1859
1859
        generated at master startup.
1860
1860
      */
1861
 
      close_temporary_tables(session);
 
1861
      session->close_temporary_tables();
1862
1862
    }
1863
1863
    /*
1864
1864
      Otherwise, can't distinguish a Start_log_event generated at