mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
rename {sys_vars,sql_plugin_services}.h -> *.ic
This commit is contained in:
parent
55b96d2708
commit
26162c71c5
6 changed files with 4 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue