summaryrefslogtreecommitdiff
path: root/storage/example
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 /storage/example
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 'storage/example')
-rw-r--r--storage/example/ha_example.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc
index 0e9dcf231d9..dff36e10b1a 100644
--- a/storage/example/ha_example.cc
+++ b/storage/example/ha_example.cc
@@ -70,7 +70,7 @@
#include "mysql_priv.h"
#include "ha_example.h"
-#include <plugin.h>
+#include <mysql/plugin.h>
static handler* example_create_handler(TABLE_SHARE *table);
static int example_init_func();