~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

Fix pidfile argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
typedef drizzle_lex_string LEX_STRING;
47
47
struct option;
48
48
 
49
 
extern char *opt_plugin_dir_ptr;
50
49
extern char opt_plugin_dir[FN_REFLEN];
51
50
 
52
51
namespace plugin { class StorageEngine; }
371
370
 
372
371
extern bool plugin_init(module::Registry &registry,
373
372
                        boost::program_options::options_description &long_options);
374
 
extern void plugin_finalize(module::Registry &registry);
 
373
extern bool plugin_finalize(module::Registry &registry);
375
374
extern void my_print_help_inc_plugins(option *options);
376
375
extern bool plugin_is_ready(const LEX_STRING *name, int type);
377
376
extern void plugin_sessionvar_init(Session *session);