~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Brian Aker
  • Date: 2008-11-07 06:11:16 UTC
  • Revision ID: brian@dhcp-bne04-18-187.aus.sun.com-20081107061116-2ia900lfohb0zte2
Random cleanup (removed a reference to "fix in 4.1" which was... well...
never fixed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
755
755
 
756
756
  pi= plugin_ref_to_int(plugin);
757
757
 
758
 
  free((unsigned char*) plugin);
 
758
  free((void *) plugin);
759
759
 
760
760
  if (lex)
761
761
  {