~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ini

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 00:53:34 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913005334-6wio2sbjugskfbm3
Added calls to the connection start/end dtrace probes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#
16
16
 
17
17
[plugin]
 
18
name=innobase
18
19
title=InnoDB Storage Engine
19
20
description=Transactional Tables using InnoDB
20
21
load_by_default=yes
21
22
sources=handler/ha_innodb.cc
22
23
  handler/handler0alter.cc
23
 
  handler/data_dictionary.cc
 
24
  handler/i_s.cc
24
25
  handler/mysql_addons.cc
 
26
libs=plugin/innobase/libinnobase.la plugin/innobase/libpars.la
25
27
cflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
26
28
cxxflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
27
 
libs=plugin/innobase/libinnobase.la
28
 
static=yes
29
 
 
30
29
#cflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE
31
30
#cxxflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE