Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
26162c71
Commit
26162c71
authored
Jun 28, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename {sys_vars,sql_plugin_services}.h -> *.ic
parent
55b96d27
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
+4
-4
libservices/HOWTO
libservices/HOWTO
+1
-1
sql/CMakeLists.txt
sql/CMakeLists.txt
+1
-1
sql/sql_plugin.cc
sql/sql_plugin.cc
+1
-1
sql/sql_plugin_services.ic
sql/sql_plugin_services.ic
+0
-0
sql/sys_vars.cc
sql/sys_vars.cc
+1
-1
sql/sys_vars.ic
sql/sys_vars.ic
+0
-0
No files found.
libservices/HOWTO
View file @
26162c71
...
...
@@ -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 = {
...
...
sql/CMakeLists.txt
View file @
26162c71
...
...
@@ -82,7 +82,7 @@ SET (SQL_SOURCE
filesort_utils.cc
filesort.cc gstream.cc sha2.cc
signal_handler.cc
handler.cc hash_filo.h
sql_plugin_services.h
handler.cc hash_filo.h
hostname.cc init.cc item.cc item_buff.cc item_cmpfunc.cc
item_create.cc item_func.cc item_geofunc.cc item_row.cc
item_strfunc.cc item_subselect.cc item_sum.cc item_timefunc.cc
...
...
sql/sql_plugin.cc
View file @
26162c71
...
...
@@ -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
...
...
sql/sql_plugin_services.
h
→
sql/sql_plugin_services.
ic
View file @
26162c71
File moved
sql/sys_vars.cc
View file @
26162c71
...
...
@@ -34,7 +34,7 @@
#include "sql_plugin.h" // Includes my_global.h
#include "sql_priv.h"
#include "sql_class.h" // set_var.h: THD
#include "sys_vars.
h
"
#include "sys_vars.
ic
"
#include "events.h"
#include <thr_alarm.h>
...
...
sql/sys_vars.
h
→
sql/sys_vars.
ic
View file @
26162c71
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment