~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_file/auth_file.cc

  • Committer: Monty Taylor
  • Date: 2010-07-08 04:31:12 UTC
  • mfrom: (1644.1.6 build)
  • Revision ID: mordred@inaugust.com-20100708043112-3l45pzavenlr7xu4
Merged in master.opt plugin consolidation, VJ's work with mysql-protocol and
drizzle-protocol plugin options and a drizzletest segfault bugfix from
Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
 
238
238
} /* namespace auth_file */
239
239
 
240
 
DRIZZLE_PLUGIN(auth_file::init, auth_file::sys_variables);
 
240
DRIZZLE_PLUGIN(auth_file::init, auth_file::sys_variables, NULL);