~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Eric Herman
  • Date: 2008-12-06 22:41:26 UTC
  • mto: (656.1.8 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: eric@mysql.com-20081206224126-lw8opdmpioz77o1p
trailing whitespace fixup

Show diffs side-by-side

added added

removed removed

Lines of Context:
728
728
  if (!reap_needed)
729
729
    return;
730
730
 
731
 
  
 
731
 
732
732
  reap_needed= false;
733
733
  count= plugin_array.elements;
734
734
  reap.reserve(count);
1137
1137
 
1138
1138
void plugin_shutdown(void)
1139
1139
{
1140
 
  uint32_t idx, free_slots= 0; 
 
1140
  uint32_t idx, free_slots= 0;
1141
1141
  size_t count= plugin_array.elements;
1142
1142
  struct st_plugin_int *plugin;
1143
1143
  vector<st_plugin_int *> plugins;