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 /sql/mysqld.cc | |
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 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 419ea27b941..ddb5a42d413 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -26,7 +26,7 @@ #include "mysys_err.h" #include "events.h" -#include "ha_myisam.h" +#include "../storage/myisam/ha_myisam.h" #ifdef HAVE_ROW_BASED_REPLICATION #include "rpl_injector.h" |