~drizzle-trunk/drizzle/development

992.1.35 by Monty Taylor
Added support for default sources= ... when there is only one file and it's the same name as the plugin, you don't have to say so.
1
[plugin]
2
title=Pool of Threads Scheduler
3
description=Pool of Threads Scheduler
4
sources=pool_of_threads.cc session_scheduler.cc
1192.5.11 by Monty Taylor
Made pool_of_threads dynamic
5
headers=pool_of_threads.h session_scheduler.h
1755.2.14 by Brian Aker
Adding opt for optional schedulers and making them --plugin-add only.
6
load_by_default=no
7
static=no
992.1.35 by Monty Taylor
Added support for default sources= ... when there is only one file and it's the same name as the plugin, you don't have to say so.
8
cxxflags=${PROTOSKIP_WARNINGS}
9
ldflags=${LTLIBEVENT}
10
build_conditional="x$ac_cv_libevent" = "xyes"
1237.11.2 by Monty Taylor
Blackhole, CSV, Pool of Threads,Single Thread, Multi Thread.
11
#uncomment when pool_of_threads shutdown is fixed
12
testsuite=disable