~drizzle-trunk/drizzle/development

992.1.24 by Monty Taylor
Ported InnoDB to register_plugins.
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
title=InnoDB Storage Engine
19
description=Transactional Tables using InnoDB
20
load_by_default=yes
21
sources=handler/ha_innodb.cc
22
  handler/handler0alter.cc
1309.3.1 by Joe Daly
move i_s methods to data_dictionary tables
23
  handler/data_dictionary.cc
992.1.24 by Monty Taylor
Ported InnoDB to register_plugins.
24
  handler/mysql_addons.cc
25
cflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
26
cxxflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
1192.3.7 by Monty Taylor
Added code necessary for building plugins dynamically.
27
libs=plugin/innobase/libinnobase.la
28
static=yes
29
992.1.24 by Monty Taylor
Ported InnoDB to register_plugins.
30
#cflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE
31
#cxxflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE