diff options
author | svoj@april.(none) <> | 2006-02-14 13:51:25 +0400 |
---|---|---|
committer | svoj@april.(none) <> | 2006-02-14 13:51:25 +0400 |
commit | 7e8b145b944e462fb75393a5648694165f4d7e81 (patch) | |
tree | 7d331337e1254783e7775856707c6045a9efe44e /plugin | |
parent | 49606011f04f57097f131e929d07464c96d6332b (diff) | |
download | mariadb-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 'plugin')
-rw-r--r-- | plugin/fulltext/plugin_example.c | 2 |
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 */ |