diff options
author | unknown <svoj@april.(none)> | 2006-02-14 13:51:25 +0400 |
---|---|---|
committer | unknown <svoj@april.(none)> | 2006-02-14 13:51:25 +0400 |
commit | 9236e3c24bad0f213409baa81156b19407f1e597 (patch) | |
tree | 7d331337e1254783e7775856707c6045a9efe44e /sql/sql_plugin.h | |
parent | e98c80737f5f35b0e28fe29184abbd04f6f4b742 (diff) | |
download | mariadb-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 'sql/sql_plugin.h')
-rw-r--r-- | sql/sql_plugin.h | 2 |
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; |