~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/loader.cc

  • Committer: Monty Taylor
  • Date: 2010-12-02 23:49:02 UTC
  • mto: (1975.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101202234902-jrvwwtjjbuoc3v3y
Updated memcached_stats plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
816
816
****************************************************************************/
817
817
 
818
818
 
819
 
sys_var *find_sys_var(Session *, const char *str, uint32_t length)
 
819
sys_var *find_sys_var(const char *str, uint32_t length)
820
820
{
821
821
  sys_var *var;
822
822
  sys_var_pluginvar *pi= NULL;