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
608ad38a
Commit
608ad38a
authored
Oct 04, 2015
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary changes for making compile to work
parent
a575d90f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
include/mysql/service_encryption.h
include/mysql/service_encryption.h
+2
-0
sql/sql_class.h
sql/sql_class.h
+1
-0
storage/connect/jsonudf.h
storage/connect/jsonudf.h
+4
-4
No files found.
include/mysql/service_encryption.h
View file @
608ad38a
...
...
@@ -31,7 +31,9 @@ extern "C" {
#ifndef MYSQL_ABI_CHECK
#ifdef _WIN32
#include <malloc.h>
#ifndef __cplusplus
#define inline __inline
#endif
#else
#include <alloca.h>
#endif
...
...
sql/sql_class.h
View file @
608ad38a
...
...
@@ -2630,6 +2630,7 @@ class THD :public Statement,
ulong
query_plan_fsort_passes
;
pthread_t
real_id
;
/* For debugging */
my_thread_id
thread_id
;
typedef
ulong
pid_t
;
pid_t
os_thread_id
;
uint
tmp_table
,
global_disable_checkpoint
;
uint
server_status
,
open_options
;
...
...
storage/connect/jsonudf.h
View file @
608ad38a
...
...
@@ -85,14 +85,14 @@ extern "C" {
DllExport
void
json_object_grp_clear
(
UDF_INIT
*
,
char
*
,
char
*
);
DllExport
void
json_object_grp_deinit
(
UDF_INIT
*
);
DllExport
my_bool
json_get_item_init
(
UDF_INIT
*
,
UDF_ARGS
*
,
char
*
);
DllExport
char
*
json_get_item
(
UDF_EXEC_ARGS
);
DllExport
void
json_get_item_deinit
(
UDF_INIT
*
);
DllExport
my_bool
json_item_merge_init
(
UDF_INIT
*
,
UDF_ARGS
*
,
char
*
);
DllExport
char
*
json_item_merge
(
UDF_EXEC_ARGS
);
DllExport
void
json_item_merge_deinit
(
UDF_INIT
*
);
DllExport
my_bool
json_get_item_init
(
UDF_INIT
*
,
UDF_ARGS
*
,
char
*
);
DllExport
char
*
json_get_item
(
UDF_EXEC_ARGS
);
DllExport
void
json_get_item_deinit
(
UDF_INIT
*
);
DllExport
my_bool
jsonget_string_init
(
UDF_INIT
*
,
UDF_ARGS
*
,
char
*
);
DllExport
char
*
jsonget_string
(
UDF_EXEC_ARGS
);
DllExport
void
jsonget_string_deinit
(
UDF_INIT
*
);
...
...
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