~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-04-20 14:42:34 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090420144234-4k1x60fiag2l1y0n
Ported InnoDB to register_plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
name=logging_gearman
3
3
title=Gearman Logging Plugin
4
4
description=Logging Plugin that logs to Gearman.
5
 
libadd= ${LTLIBGEARMAN}
 
5
ldflags= ${LTLIBGEARMAN}
6
6
sources= logging_gearman.cc
7
7
build_conditional="${ac_cv_libgearman}" = "yes"