~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-08-18 22:20:43 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818222043-et6zf93ogrgx1cz9
Refactoring table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
1793
1793
                     (REFRESH_LOG | REFRESH_TABLES | REFRESH_FAST |
1794
1794
                      REFRESH_GRANT |
1795
1795
                      REFRESH_THREADS | REFRESH_HOSTS),
1796
 
                     (TABLE_LIST*) 0, &not_used); // Flush logs
 
1796
                     (TableList*) 0, &not_used); // Flush logs
1797
1797
      }
1798
1798
      logger.set_handlers(LOG_FILE,
1799
1799
                          opt_slow_log ? log_output_options : LOG_NONE,