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
4af932e8
Commit
4af932e8
authored
Aug 05, 2019
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove incorrect #ifdef
parent
72c5a8d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
include/mysql/service_my_print_error.h
include/mysql/service_my_print_error.h
+0
-2
No files found.
include/mysql/service_my_print_error.h
View file @
4af932e8
...
...
@@ -51,11 +51,9 @@ extern struct my_print_error_service_st {
#define my_printv_error(A,B,C,D) my_print_error_service->my_printv_error_func(A,B,C,D)
#else
#ifndef MY_ERROR_DEFINED
extern
void
my_error
(
unsigned
int
nr
,
unsigned
long
MyFlags
,
...);
extern
void
my_printf_error
(
unsigned
int
my_err
,
const
char
*
format
,
unsigned
long
MyFlags
,
...);
extern
void
my_printv_error
(
unsigned
int
error
,
const
char
*
format
,
unsigned
long
MyFlags
,
va_list
ap
);
#endif
/* MY_ERROR_DEFINED */
#endif
/* MYSQL_DYNAMIC_PLUGIN */
#ifdef __cplusplus
...
...
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