~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/pbxt/plugin.ini

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

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 02111-1307 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
load_by_default=no
 
23
libs=plugin/pbxt/libpbxt.la
 
24
cflags=-DDRIZZLED
 
25
cxxflags=-DDRIZZLED ${PBXT_EXTRA_CXXFLAGS}
 
26
extra_dist=AUTHORS
 
27
 COPYING
 
28
 ChangeLog
 
29
 Makefile.am
 
30
 README
 
31
 TODO
 
32
 src/Makefile.am
 
33
 src/iotest_xt.c
 
34
 src/locklist_xt.cc
 
35
 src/pbms_enabled.cc
 
36
 src/pbms_enabled.h
 
37
 src/win_inttypes.h