summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorunknown <svoj@april.(none)>2006-02-14 13:51:25 +0400
committerunknown <svoj@april.(none)>2006-02-14 13:51:25 +0400
commit9236e3c24bad0f213409baa81156b19407f1e597 (patch)
tree7d331337e1254783e7775856707c6045a9efe44e /plugin
parente98c80737f5f35b0e28fe29184abbd04f6f4b742 (diff)
downloadmariadb-git-9236e3c24bad0f213409baa81156b19407f1e597.tar.gz
BUG#17117: header fille "plugin.h" does not have a namespace prefix
plugin.h has been moved into include/mysql/plugin.h include/mysql/plugin.h: Rename: include/plugin.h -> include/mysql/plugin.h include/Makefile.am: plugin.h has been moved into include/mysql/plugin.h include/myisam.h: plugin.h has been moved into include/mysql/plugin.h plugin/fulltext/plugin_example.c: plugin.h has been moved into include/mysql/plugin.h sql/sql_plugin.h: plugin.h has been moved into include/mysql/plugin.h storage/csv/ha_tina.cc: plugin.h has been moved into include/mysql/plugin.h storage/example/ha_example.cc: plugin.h has been moved into include/mysql/plugin.h storage/myisam/ftdefs.h: plugin.h has been moved into include/mysql/plugin.h
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fulltext/plugin_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fulltext/plugin_example.c b/plugin/fulltext/plugin_example.c
index 11b0822f3f8..8f84793c1e5 100644
--- a/plugin/fulltext/plugin_example.c
+++ b/plugin/fulltext/plugin_example.c
@@ -15,7 +15,7 @@
#include <stdlib.h>
#include <ctype.h>
-#include <plugin.h>
+#include <mysql/plugin.h>
long number_of_calls= 0; /* for SHOW STATUS, see below */