992.1.24
by Monty Taylor
Ported InnoDB to register_plugins. |
1 |
#
|
1999.6.1
by kalebral at gmail
update Copyright strings to a more common format to help with creating the master debian copyright file |
2 |
# Copyright (C) 2006, 2010, Innobase Oy. All Rights Reserved.
|
992.1.24
by Monty Taylor
Ported InnoDB to register_plugins. |
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
|
|
1841.1.3
by Barry.Leslie at PrimeBase
Merged changes from lp:pbms. These changes should remove any danger |
14 |
# Place, Suite 330, Boston, MA 02110-1301 USA
|
992.1.24
by Monty Taylor
Ported InnoDB to register_plugins. |
15 |
#
|
16 |
||
17 |
[plugin]
|
|
18 |
title=InnoDB Storage Engine |
|
19 |
description=Transactional Tables using InnoDB |
|
20 |
load_by_default=yes |
|
2139.3.9
by Brian Aker
Merge in cleanup of dead class to drizzle structures (its C++ we don't need |
21 |
sources= |
22 |
handler/data_dictionary.cc
|
|
23 |
handler/ha_innodb.cc
|
|
992.1.24
by Monty Taylor
Ported InnoDB to register_plugins. |
24 |
handler/handler0alter.cc
|
1556.1.3
by Brian Aker
First pass on a table function to see the contents of Innodb's |
25 |
handler/internal_dictionary.cc
|
2139.3.9
by Brian Aker
Merge in cleanup of dead class to drizzle structures (its C++ we don't need |
26 |
handler/replication_dictionary.cc
|
1802.17.1
by Brian Aker
First pass over replicating to the guts of Innodb. |
27 |
handler/replication_log.cc
|
992.1.24
by Monty Taylor
Ported InnoDB to register_plugins. |
28 |
cflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE |
29 |
cxxflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE |
|
1192.3.7
by Monty Taylor
Added code necessary for building plugins dynamically. |
30 |
libs=plugin/innobase/libinnobase.la |
1819.9.155
by Stewart Smith
remove innobase COPYING file from extra_dist. has been removed (redundant copy of GPL |
31 |
extra_dist= |
1716.1.1
by Monty Taylor
Added files to the tarball that should be there. Removed some that shouldn't |
32 |
COPYING.Google
|
33 |
COPYING.Percona
|
|
34 |
ChangeLog
|
|
35 |
Doxyfile
|
|
36 |
README
|
|
1860.1.1
by Monty Taylor
Fixed several make dist errors pointed out by debian. |
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
|
|
1952
by patrick crews
Updated innobase plugin.ini file to fix tarball for release |
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
|
|
1860.1.1
by Monty Taylor
Fixed several make dist errors pointed out by debian. |
57 |
|
1711.4.4
by Monty Taylor
Turned embedded_innodb back off. Need to clean valgrind first. |
58 |
|
59 |
#cflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE
|
|
60 |
#cxxflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE
|
|
1861.3.3
by Monty Taylor
Add support platform conditional static plugins. |
61 |
static=linux |