~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/plugin.ini

Merged from me. I suck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=pool_of_threads
3
2
title=Pool of Threads Scheduler
4
3
description=Pool of Threads Scheduler
5
4
sources=pool_of_threads.cc session_scheduler.cc
6
 
headers=session_scheduler.h pool_of_threads.h
 
5
headers=pool_of_threads.h session_scheduler.h
7
6
load_by_default=yes
8
7
cxxflags=${PROTOSKIP_WARNINGS}
9
8
ldflags=${LTLIBEVENT}
10
9
build_conditional="x$ac_cv_libevent" = "xyes"
11
 
static=yes
 
10
#uncomment when pool_of_threads shutdown is fixed
 
11
testsuite=disable