~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.cc

  • Committer: Brian Aker
  • Date: 2008-08-03 22:14:59 UTC
  • Revision ID: brian@tangent.org-20080803221459-gz8on1zlp22dbr9d
First pass on PAM auth

Show diffs side-by-side

added added

removed removed

Lines of Context:
2153
2153
  add_data.wild= wild;
2154
2154
  if (plugin_foreach(thd, add_schema_table,
2155
2155
                     MYSQL_INFORMATION_SCHEMA_PLUGIN, &add_data))
2156
 
      return(1);
 
2156
    return(1);
2157
2157
 
2158
2158
  return(0);
2159
2159
}