~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ini

  • Committer: Olaf van der Spek
  • Date: 2011-02-12 18:24:24 UTC
  • mto: (2167.1.2 build) (2172.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: olafvdspek@gmail.com-20110212182424-kgnm9osi7qo97at2
casts

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, 2010, 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
11
11
12
12
# You should have received a copy of the GNU General Public License along with
13
13
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
14
 
# Place, Suite 330, Boston, MA 02111-1307 USA
 
14
# Place, Suite 330, Boston, MA 02110-1301 USA
15
15
#
16
16
 
17
17
[plugin]
18
18
title=InnoDB Storage Engine
19
19
description=Transactional Tables using InnoDB
20
20
load_by_default=yes
21
 
sources=handler/ha_innodb.cc
 
21
sources=
 
22
  handler/data_dictionary.cc
 
23
  handler/ha_innodb.cc
22
24
  handler/handler0alter.cc
23
 
  handler/data_dictionary.cc
24
 
  handler/mysql_addons.cc
 
25
  handler/internal_dictionary.cc
 
26
  handler/replication_dictionary.cc
 
27
  handler/replication_log.cc
25
28
cflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
26
29
cxxflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
27
30
libs=plugin/innobase/libinnobase.la
28
 
static=yes
 
31
extra_dist=
 
32
 COPYING.Google
 
33
 COPYING.Percona
 
34
 ChangeLog
 
35
 Doxyfile
 
36
 README
 
37
 mysql-test/innodb_bug46676.result
 
38
 mysql-test/innodb_bug46676.test
 
39
 mysql-test/innodb-consistent-master.opt
 
40
 mysql-test/innodb-consistent.result
 
41
 mysql-test/innodb-consistent.test
 
42
 mysql-test/innodb_bug44369.result
 
43
 mysql-test/innodb_bug44369.test
 
44
 mysql-test/innodb_bug44571.result
 
45
 mysql-test/innodb_bug44571.test
 
46
 mysql-test/innodb_bug46000.result
 
47
 mysql-test/innodb_bug46000.test
 
48
 mysql-test/innodb_bug47167.result
 
49
 mysql-test/innodb_bug47167.test
 
50
 mysql-test/innodb_bug47777.result
 
51
 mysql-test/innodb_bug47777.test
 
52
 mysql-test/innodb_bug38231.result
 
53
 mysql-test/innodb_bug38231.test
 
54
 mysql-test/innodb_bug39438-master.opt
 
55
 mysql-test/innodb_bug39438.result
 
56
 mysql-test/innodb_bug39438.test
 
57
 
29
58
 
30
59
#cflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE
31
60
#cxxflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE
 
61
static=linux