diff options
author | brian@zim.(none) <> | 2006-08-19 17:38:42 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-08-19 17:38:42 -0700 |
commit | f68ce0ddefb8af0f47de641637a3fece2af72879 (patch) | |
tree | 4f4a2527101d21115d8fdad5d3a583038b1f311e /libmysqld | |
parent | 800e348740ca2b502cc697722ece2ff3a8417d1a (diff) | |
download | mariadb-git-f68ce0ddefb8af0f47de641637a3fece2af72879.tar.gz |
This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds.
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index e5bb8711131..e6d1c1acfca 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -44,7 +44,6 @@ 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_myisam.cc \ ha_innodb.cc ha_ndbcluster.cc \ ha_ndbcluster_binlog.cc ha_partition.cc \ handler.cc sql_handler.cc \ |