~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-04-12 18:24:07 UTC
  • Revision ID: brian@gaz-20100412182407-5yotb27262aln1gq
Merge change to load by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
title=PBXT Storage Engine
20
20
description=MVCC-based transactional engine
21
21
sources=src/ha_pbxt.cc
22
 
load_by_default=yes
 
22
load_by_default=no
23
23
libs=plugin/pbxt/libpbxt.la
24
24
cflags=-DDRIZZLED -std=c99
25
25
cxxflags=-DDRIZZLED -Wno-long-long -Wno-overloaded-virtual