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 /storage/example | |
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 'storage/example')
-rw-r--r-- | storage/example/ha_example.cc | 2 |
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(); |