13 changed files with 249 additions and 62 deletions
-
8CMakeLists.txt
-
3Makefile.am
-
13dict/dict0dict.c
-
26handler/Makefile.am
-
32handler/ha_innodb.cc
-
17ibuf/ibuf0ibuf.c
-
4include/data0type.h
-
9include/data0type.ic
-
86mysql-test/innodb_mysql.result
-
84mysql-test/innodb_mysql.test
-
1plug.in
-
21row/row0row.c
-
7setup.sh
@ -0,0 +1,26 @@ |
|||
# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
|||
# & Innobase Oy
|
|||
#
|
|||
# This program is free software; you can redistribute it and/or modify
|
|||
# it under the terms of the GNU General Public License as published by
|
|||
# the Free Software Foundation; either version 2 of the License, or
|
|||
# (at your option) any later version.
|
|||
#
|
|||
# This program is distributed in the hope that it will be useful,
|
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
# GNU General Public License for more details.
|
|||
#
|
|||
# You should have received a copy of the GNU General Public License
|
|||
# along with this program; if not, write to the Free Software
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
|
|||
include ../include/Makefile.i |
|||
|
|||
DEFS = -DMYSQL_SERVER @DEFS@ |
|||
|
|||
noinst_LIBRARIES = libhandler.a |
|||
|
|||
libhandler_a_SOURCES = ha_innodb.cc |
|||
|
|||
EXTRA_PROGRAMS = |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue