~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/authorization.cc

  • Committer: Brian Aker
  • Date: 2010-07-01 23:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100701230322-kwfewmxproqgkiby
Updated to harmonize the identifier API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
}
234
234
 
235
235
void plugin::Authorization::pruneSchemaNames(const SecurityContext &user_ctx,
236
 
                                             SchemaIdentifierList &set_of_schemas)
 
236
                                             SchemaIdentifiers &set_of_schemas)
237
237
{
238
238
  /* If we never loaded any authorization plugins, just return true */
239
239
  if (authorization_plugins.empty())