summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-08-19 17:38:42 -0700
committerbrian@zim.(none) <>2006-08-19 17:38:42 -0700
commitf68ce0ddefb8af0f47de641637a3fece2af72879 (patch)
tree4f4a2527101d21115d8fdad5d3a583038b1f311e /sql/mysqld.cc
parent800e348740ca2b502cc697722ece2ff3a8417d1a (diff)
downloadmariadb-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.cc2
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"