~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[plugin]
title=Session Dictionary
description=Dictionary for session information, includes processlist system.
load_by_default=yes
sources=
  dictionary.cc
  processlist.cc
  savepoints.cc
  sessions.cc
  variables.cc
headers=
  dictionary.h
  processlist.h
  savepoints.h
  sessions.h
  variables.h
static=yes