~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-10-15 03:36:56 UTC
  • mfrom: (1843.7.6 refactor)
  • Revision ID: brian@tangent.org-20101015033656-9u3aptcc6ipoc1vj
This removes two of our dead plugins (the bad schedulers).
Also this fixes help messages to say "schema" instead of "database"
everywhere..

Show diffs side-by-side

added added

removed removed

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