1455.3.1
by Vladimir Kolesnikov
lp:drizzle + pbxt 1.1 + test results |
1 |
#
|
1999.6.1
by kalebral at gmail
update Copyright strings to a more common format to help with creating the master debian copyright file |
2 |
# Copyright (C) 2006, 2009, Innobase Oy. All Rights Reserved.
|
1455.3.1
by Vladimir Kolesnikov
lp:drizzle + pbxt 1.1 + test results |
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
|
|
1841.1.3
by Barry.Leslie at PrimeBase
Merged changes from lp:pbms. These changes should remove any danger |
14 |
# Place, Suite 330, Boston, MA 02110-1301 USA
|
1455.3.1
by Vladimir Kolesnikov
lp:drizzle + pbxt 1.1 + test results |
15 |
#
|
16 |
||
17 |
[plugin]
|
|
18 |
name=pbxt |
|
19 |
title=PBXT Storage Engine |
|
20 |
description=MVCC-based transactional engine |
|
21 |
sources=src/ha_pbxt.cc |
|
1463
by Brian Aker
Merge change to load by default |
22 |
load_by_default=no |
2002
by Brian Aker
I've mentioned this to Paul. Once we have the bits in for session around |
23 |
disabled=yes |
1455.3.1
by Vladimir Kolesnikov
lp:drizzle + pbxt 1.1 + test results |
24 |
libs=plugin/pbxt/libpbxt.la |
1464.1.1
by Monty Taylor
Fixed a few pbxt build issues. |
25 |
cflags=-DDRIZZLED |
1816.2.1
by Monty Taylor
Made ICC warning suppressions a little more sensible given what we can't accomplish any time in the near future. |
26 |
cxxflags=-DDRIZZLED ${PBXT_EXTRA_CXXFLAGS} ${PROTOSKIP_WARNINGS} |
1716.1.1
by Monty Taylor
Added files to the tarball that should be there. Removed some that shouldn't |
27 |
extra_dist=AUTHORS |
28 |
COPYING
|
|
29 |
ChangeLog
|
|
30 |
Makefile.am
|
|
31 |
README
|
|
32 |
TODO
|
|
33 |
src/Makefile.am
|
|
34 |
src/iotest_xt.c
|
|
35 |
src/locklist_xt.cc
|
|
36 |
src/pbms_enabled.cc
|
|
37 |
src/pbms_enabled.h
|
|
38 |
src/win_inttypes.h
|