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 /libservices | |
parent | 55b96d27089ee809dd0a4c9b3e0e3adb5a731bd4 (diff) | |
download | mariadb-git-26162c71c5c2532ab08020146d4e6c32fb06a8e8.tar.gz |
rename {sys_vars,sql_plugin_services}.h -> *.ic
Diffstat (limited to 'libservices')
-rw-r--r-- | libservices/HOWTO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libservices/HOWTO b/libservices/HOWTO index 9f1fc2dba2b..69d96f8aa25 100644 --- a/libservices/HOWTO +++ b/libservices/HOWTO @@ -84,7 +84,7 @@ it should also declare all the accompanying data structures, as necessary 7. add the new file to libservices/CMakeLists.txt (MYSQLSERVICES_SOURCES) 8. Add all new files to repository (bzr add) 9. and finally, register your service for dynamic linking in - sql/sql_plugin_services.h as follows: + sql/sql_plugin_services.ic as follows: 9.1 fill in the service structure: ================================================================== static struct foo_service_st foo_handler = { |