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
d9652cdc
Commit
d9652cdc
authored
Aug 22, 2001
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#include <my_pthread.h>
extern "C" {
parent
4af5d1e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
client/mysqlbinlog.cc
client/mysqlbinlog.cc
+1
-0
include/my_pthread.h
include/my_pthread.h
+9
-0
No files found.
client/mysqlbinlog.cc
View file @
d9652cdc
...
...
@@ -21,6 +21,7 @@
#include <m_string.h>
#include <my_sys.h>
#include <getopt.h>
#include <my_pthread.h>
#include <thr_alarm.h>
#include <mysql.h>
#include "log_event.h"
...
...
include/my_pthread.h
View file @
d9652cdc
...
...
@@ -25,6 +25,10 @@
#define ETIME ETIMEDOUT
/* For FreeBSD */
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
/* __cplusplus */
#if defined(__WIN__) || defined(OS2)
#ifdef OS2
...
...
@@ -612,4 +616,9 @@ extern struct st_my_thread_var *_my_thread_var(void) __attribute__ ((const));
#endif
/* SAFE_STATISTICS */
#endif
/* HAVE_ATOMIC_ADD */
#endif
/* thread_safe_increment */
#ifdef __cplusplus
}
#endif
#endif
/* _my_ptread_h */
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