diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-06-28 09:03:13 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-28 12:09:46 +0200 |
commit | 26162c71c5c2532ab08020146d4e6c32fb06a8e8 (patch) | |
tree | a657d0eed72e53463b4c69460527b2b41fc01612 /sql/sql_plugin.cc | |
parent | 55b96d27089ee809dd0a4c9b3e0e3adb5a731bd4 (diff) | |
download | mariadb-git-26162c71c5c2532ab08020146d4e6c32fb06a8e8.tar.gz |
rename {sys_vars,sql_plugin_services}.h -> *.ic
Diffstat (limited to 'sql/sql_plugin.cc')
-rw-r--r-- | sql/sql_plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc index e9547d805e2..595c371f515 100644 --- a/sql/sql_plugin.cc +++ b/sql/sql_plugin.cc @@ -215,7 +215,7 @@ static struct /* support for Services */ -#include "sql_plugin_services.h" +#include "sql_plugin_services.ic" /* A mutex LOCK_plugin must be acquired before accessing the |