~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.h

  • Committer: Brian Aker
  • Date: 2009-04-06 16:55:13 UTC
  • mfrom: (970.1.5 merge)
  • Revision ID: brian@tangent.org-20090406165513-0r9u2bo1438u970k
Merge refactoring around plugin_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
extern void plugin_shutdown(void);
112
112
extern void my_print_help_inc_plugins(struct my_option *options, uint32_t size);
113
113
extern bool plugin_is_ready(const LEX_STRING *name, int type);
114
 
extern plugin_ref plugin_lock(Session *session, plugin_ref *ptr);
115
 
extern plugin_ref plugin_lock_by_name(Session *session, const LEX_STRING *name,
 
114
extern plugin_ref plugin_lock(plugin_ref *ptr);
 
115
extern plugin_ref plugin_lock_by_name(const LEX_STRING *name,
116
116
                                      int type);
117
117
extern bool mysql_install_plugin(Session *session, const LEX_STRING *name,
118
118
                                 const LEX_STRING *dl);