~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/plugin.ini

  • Committer: Monty Taylor
  • Date: 2010-09-16 23:12:30 UTC
  • mto: (1775.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1773.
  • Revision ID: mordred@inaugust.com-20100916231230-uchkqks21rwzbmpz
Include files in tarball that were being left out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright (C) 2006, 2009, Innobase Oy. All Rights Reserved.
 
2
# Copyright (c) 2006, 2009, Innobase Oy. All Rights Reserved.
3
3
4
4
# This program is free software; you can redistribute it and/or modify it under
5
5
# the terms of the GNU General Public License as published by the Free Software
11
11
12
12
# You should have received a copy of the GNU General Public License along with
13
13
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
14
 
# Place, Suite 330, Boston, MA 02110-1301 USA
 
14
# Place, Suite 330, Boston, MA 02111-1307 USA
15
15
#
16
16
 
17
17
[plugin]
19
19
title=PBXT Storage Engine
20
20
description=MVCC-based transactional engine
21
21
sources=src/ha_pbxt.cc
22
 
disabled=yes
23
22
load_by_default=no
24
 
static=no
25
23
libs=plugin/pbxt/libpbxt.la
26
24
cflags=-DDRIZZLED
27
 
cxxflags=-DDRIZZLED ${PBXT_EXTRA_CXXFLAGS} ${PROTOSKIP_WARNINGS}
 
25
cxxflags=-DDRIZZLED ${PBXT_EXTRA_CXXFLAGS}
28
26
extra_dist=AUTHORS
29
27
 COPYING
30
28
 ChangeLog