~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

  • Committer: Brian Aker
  • Date: 2009-03-10 07:23:05 UTC
  • mto: This revision was merged to the branch mainline in revision 925.
  • Revision ID: brian@tangent.org-20090310072305-jan5y25z6nib370b
Remove final dead COM bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
      if (!abort_loop)
183
183
      {
184
184
        bool not_used;
185
 
        reload_cache((Session*) 0,
186
 
                     (REFRESH_LOG | REFRESH_TABLES | REFRESH_FAST |
187
 
                      REFRESH_HOSTS),
 
185
        reload_cache((Session*) 0, (REFRESH_LOG | REFRESH_TABLES | REFRESH_FAST ),
188
186
                     (TableList*) 0, &not_used); // Flush logs
189
187
      }
190
188
      break;