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 | 5c24a8feef931f4769a1b9e5625004ba7a54b22c (patch) | |
tree | bb92cbf8665195bd13d26505fef281da28afbab7 /sql/handler.cc | |
parent | 0fda286a415777e755d4bc076d4d35f27c071219 (diff) | |
download | mariadb-git-5c24a8feef931f4769a1b9e5625004ba7a54b22c.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 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index b7b599a0a90..39d9b706ed2 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -38,7 +38,7 @@ extern handlerton blackhole_hton; extern handlerton example_hton; #endif #ifdef HAVE_ARCHIVE_DB -#include "examples/ha_archive.h" +#include "ha_archive.h" extern handlerton archive_hton; #endif #ifdef HAVE_CSV_DB |