summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.h
diff options
context:
space:
mode:
authorsvoj@april.(none) <>2006-02-14 13:51:25 +0400
committersvoj@april.(none) <>2006-02-14 13:51:25 +0400
commit7e8b145b944e462fb75393a5648694165f4d7e81 (patch)
tree7d331337e1254783e7775856707c6045a9efe44e /sql/sql_plugin.h
parent49606011f04f57097f131e929d07464c96d6332b (diff)
downloadmariadb-git-7e8b145b944e462fb75393a5648694165f4d7e81.tar.gz
BUG#17117: header fille "plugin.h" does not have a namespace prefix
plugin.h has been moved into include/mysql/plugin.h
Diffstat (limited to 'sql/sql_plugin.h')
-rw-r--r--sql/sql_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h
index ce06334ffd7..52bfc44496b 100644
--- a/sql/sql_plugin.h
+++ b/sql/sql_plugin.h
@@ -24,7 +24,7 @@
#define SHOW_FUNC SHOW_FUNC, SHOW_KEY_CACHE_LONG, SHOW_KEY_CACHE_LONGLONG, \
SHOW_LONG_STATUS, SHOW_DOUBLE_STATUS, SHOW_HAVE, \
SHOW_HA_ROWS, SHOW_SYS, SHOW_LONG_NOFLUSH
-#include <plugin.h>
+#include <mysql/plugin.h>
#undef SHOW_FUNC
typedef enum enum_mysql_show_type SHOW_TYPE;
typedef struct st_mysql_show_var SHOW_VAR;