~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/plugin.ini

  • Committer: Olaf van der Spek
  • Date: 2011-02-12 18:24:24 UTC
  • mto: (2167.1.2 build) (2172.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: olafvdspek@gmail.com-20110212182424-kgnm9osi7qo97at2
casts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright (C) 2006, 2009, Innobase Oy. All Rights Reserved.
 
3
 
4
# This program is free software; you can redistribute it and/or modify it under
 
5
# the terms of the GNU General Public License as published by the Free Software
 
6
# Foundation; version 2 of the License.
 
7
 
8
# This program is distributed in the hope that it will be useful, but WITHOUT
 
9
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
10
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
11
 
12
# You should have received a copy of the GNU General Public License along with
 
13
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 
14
# Place, Suite 330, Boston, MA 02110-1301 USA
 
15
#
 
16
 
 
17
[plugin]
 
18
name=pbxt
 
19
title=PBXT Storage Engine
 
20
description=MVCC-based transactional engine
 
21
sources=src/ha_pbxt.cc
 
22
disabled=yes
 
23
load_by_default=no
 
24
static=no
 
25
libs=plugin/pbxt/libpbxt.la
 
26
cflags=-DDRIZZLED
 
27
cxxflags=-DDRIZZLED ${PBXT_EXTRA_CXXFLAGS} ${PROTOSKIP_WARNINGS}
 
28
extra_dist=AUTHORS
 
29
 COPYING
 
30
 ChangeLog
 
31
 Makefile.am
 
32
 README
 
33
 TODO
 
34
 src/Makefile.am
 
35
 src/iotest_xt.c
 
36
 src/locklist_xt.cc
 
37
 src/pbms_enabled.cc
 
38
 src/pbms_enabled.h
 
39
 src/win_inttypes.h