diff options
author | unknown <brian@zim.(none)> | 2005-09-28 19:04:51 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2005-09-28 19:04:51 -0700 |
commit | 4771ba09791395e4f7fbe4bca673b9dbf8399268 (patch) | |
tree | bb92cbf8665195bd13d26505fef281da28afbab7 /libmysqld | |
parent | ada5cd91019650010a35b71b4dcae73db36dc14f (diff) | |
download | mariadb-git-4771ba09791395e4f7fbe4bca673b9dbf8399268.tar.gz |
Moving archive from example to sql.
sql/ha_archive.h:
Rename: sql/examples/ha_archive.h -> sql/ha_archive.h
libmysqld/Makefile.am:
Moved archive files references
sql/Makefile.am:
Moved archive from example to sql
sql/ha_archive.cc:
Moved location of prov file.
sql/handler.cc:
Moved location from examples to sql
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 1f5c707f538..943b75f9973 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -37,7 +37,7 @@ SUBDIRS = . examples libmysqld_sources= libmysqld.c lib_sql.cc emb_qcache.cc libmysqlsources = errmsg.c get_password.c libmysql.c client.c pack.c \ my_time.c -sqlexamplessources = ha_example.cc ha_archive.cc ha_tina.cc +sqlexamplessources = ha_example.cc ha_tina.cc noinst_HEADERS = embedded_priv.h emb_qcache.h @@ -63,7 +63,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc \ sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc \ parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc \ - ha_blackhole.cc + ha_blackhole.cc ha_archive.cc libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) $(sqlexamplessources) libmysqld_a_SOURCES= |