summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-04-23 09:45:27 +0200
committerSergei Golubchik <sergii@pisem.net>2012-04-23 09:45:27 +0200
commit5701d53190bdcbb1be808f6abf781aaf3c99a0ad (patch)
treeb0d4908f9809bd0b7f4655ba4ebb059567c295ab /sql/sql_select.h
parent9997b78ae48a518e65b7c96c947e868419c679ca (diff)
downloadmariadb-git-5701d53190bdcbb1be808f6abf781aaf3c99a0ad.tar.gz
MDEV-207 Install headers required to build external storage plugins
install all private headers in mysql/private/
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index a5c0a797ed6..874ff959b1d 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -32,7 +32,7 @@
#include <myisam.h>
#if defined(WITH_ARIA_STORAGE_ENGINE) && defined(USE_MARIA_FOR_TMP_TABLES)
-#include "../storage/maria/ha_maria.h"
+#include <maria.h>
#define TMP_ENGINE_HTON maria_hton
#else
#define TMP_ENGINE_HTON myisam_hton