~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-10-27 21:00:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1886.
  • Revision ID: brian@tangent.org-20101027210049-zfpgx2cfbrh8maq9
A couple of fixes to documentation.

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
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
25
cxxflags=-DDRIZZLED ${PBXT_EXTRA_CXXFLAGS} ${PROTOSKIP_WARNINGS}