Skip to content

Commit 26162c7

Browse files
committed
rename {sys_vars,sql_plugin_services}.h -> *.ic
1 parent 55b96d2 commit 26162c7

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

libservices/HOWTO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ it should also declare all the accompanying data structures, as necessary
8484
7. add the new file to libservices/CMakeLists.txt (MYSQLSERVICES_SOURCES)
8585
8. Add all new files to repository (bzr add)
8686
9. and finally, register your service for dynamic linking in
87-
sql/sql_plugin_services.h as follows:
87+
sql/sql_plugin_services.ic as follows:
8888
9.1 fill in the service structure:
8989
==================================================================
9090
static struct foo_service_st foo_handler = {

sql/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ SET (SQL_SOURCE
8282
filesort_utils.cc
8383
filesort.cc gstream.cc sha2.cc
8484
signal_handler.cc
85-
handler.cc hash_filo.h sql_plugin_services.h
85+
handler.cc hash_filo.h
8686
hostname.cc init.cc item.cc item_buff.cc item_cmpfunc.cc
8787
item_create.cc item_func.cc item_geofunc.cc item_row.cc
8888
item_strfunc.cc item_subselect.cc item_sum.cc item_timefunc.cc

sql/sql_plugin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static struct
215215

216216
/* support for Services */
217217

218-
#include "sql_plugin_services.h"
218+
#include "sql_plugin_services.ic"
219219

220220
/*
221221
A mutex LOCK_plugin must be acquired before accessing the
File renamed without changes.

sql/sys_vars.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "sql_plugin.h" // Includes my_global.h
3535
#include "sql_priv.h"
3636
#include "sql_class.h" // set_var.h: THD
37-
#include "sys_vars.h"
37+
#include "sys_vars.ic"
3838

3939
#include "events.h"
4040
#include <thr_alarm.h>
File renamed without changes.

0 commit comments

Comments
 (0)