diff options
author | unknown <brian@zim.(none)> | 2006-09-07 08:23:58 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-09-07 08:23:58 -0700 |
commit | b098f25d87e6b25b9bb6c8a8920907b54c153d34 (patch) | |
tree | cf0511d8c438b3db858432831bdacd965a82b9ed /libmysqld/Makefile.am | |
parent | 0fbd21584ddece7e61c3124ffbaf8b474779062b (diff) | |
download | mariadb-git-b098f25d87e6b25b9bb6c8a8920907b54c153d34.tar.gz |
Moves Innodb handler to the Innodb storage directory.
storage/innobase/handler/ha_innodb.h:
Rename: sql/ha_innodb.h -> storage/innobase/handler/ha_innodb.h
libmysqld/Makefile.am:
Removed Innodb specific mention
sql/Makefile.am:
Updated to remove innodb
storage/innobase/CMakeLists.txt:
Added include directory
storage/innobase/Makefile.am:
Updated to add in handler
storage/innobase/handler/ha_innodb.cc:
Adjusted include files, also disabled replication code which was not being used.
storage/innobase/plug.in:
Added additional Makefile
storage/innobase/handler/Makefile.am:
New BitKeeper file ``storage/innobase/handler/Makefile.am''
Diffstat (limited to 'libmysqld/Makefile.am')
-rw-r--r-- | libmysqld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index e6d1c1acfca..08a8d68b2e5 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -44,7 +44,7 @@ libmysqlsources = errmsg.c get_password.c libmysql.c client.c pack.c \ noinst_HEADERS = embedded_priv.h emb_qcache.h sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ - ha_innodb.cc ha_ndbcluster.cc \ + ha_ndbcluster.cc \ ha_ndbcluster_binlog.cc ha_partition.cc \ handler.cc sql_handler.cc \ hostname.cc init.cc password.c \ |