~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_file/auth_file.cc

Reverted changes.

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);