~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/version/versionudf.cc

  • Committer: Monty Taylor
  • Date: 2010-06-16 22:09:59 UTC
  • mto: (1627.2.5 build)
  • mto: This revision was merged to the branch mainline in revision 1628.
  • Revision ID: mordred@inaugust.com-20100616220959-i0kkbytl3jin07t0
Added option_context class, along with unittests, for adding a module
namespace into a command line option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  return 0;
61
61
}
62
62
 
63
 
DRIZZLE_PLUGIN(initialize, NULL, NULL);
 
63
DRIZZLE_PLUGIN(initialize, NULL);