~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Monty Taylor
  • Date: 2009-03-20 06:30:59 UTC
  • mfrom: (942.1.17 plugin-registration)
  • mto: This revision was merged to the branch mainline in revision 958.
  • Revision ID: mordred@inaugust.com-20090320063059-lr9hqvw15stxxgn3
Merged plugin registration branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
{
211
211
  Table *table= tables->table;
212
212
 
213
 
  if (plugin_foreach_with_mask(session, show_plugins, DRIZZLE_ANY_PLUGIN,
214
 
                               ~PLUGIN_IS_FREED, table))
 
213
  if (plugin_foreach(session, show_plugins, DRIZZLE_ANY_PLUGIN,
 
214
                     table, ~PLUGIN_IS_FREED))
215
215
    return(1);
216
216
 
217
217
  return(0);