~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/flush.cc

  • Committer: Brian Aker
  • Date: 2009-10-01 17:21:30 UTC
  • mto: (1154.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1155.
  • Revision ID: brian@gaz-20091001172130-42xqq8qpxlva711z
refactored drizzled::plugin::StorageEngine::flushLogs()

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
  if (options & REFRESH_LOG)
57
57
  {
58
 
    if (ha_flush_logs(NULL))
 
58
    if (plugin::StorageEngine::flushLogs(NULL))
59
59
    {
60
60
      result= true;
61
61
    }