~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Monty Taylor
  • Date: 2010-12-30 18:18:45 UTC
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: mordred@inaugust.com-20101230181845-jt0pisbkudwcjd7q
Removed unnecessary intern_find_sys_var.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
extern bool plugin_is_ready(const LEX_STRING *name, int type);
176
176
extern void plugin_sessionvar_init(Session *session);
177
177
extern void plugin_sessionvar_cleanup(Session *session);
178
 
extern sys_var *intern_find_sys_var(const char *str, uint32_t, bool no_error);
179
178
 
180
179
int session_in_lock_tables(const Session *session);
181
180
int session_tablespace_op(const Session *session);