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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
10221798
Commit
10221798
authored
Sep 15, 2006
by
dlenev@mockturtle.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into mockturtle.local:/home/dlenev/src/mysql-5.1-rt-merge
parents
5ba1b83c
fcb79e1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sql/event_queue.cc
sql/event_queue.cc
+2
-0
No files found.
sql/event_queue.cc
View file @
10221798
...
@@ -101,6 +101,7 @@ void
...
@@ -101,6 +101,7 @@ void
Event_queue
::
init_mutexes
()
Event_queue
::
init_mutexes
()
{
{
pthread_mutex_init
(
&
LOCK_event_queue
,
MY_MUTEX_INIT_FAST
);
pthread_mutex_init
(
&
LOCK_event_queue
,
MY_MUTEX_INIT_FAST
);
pthread_cond_init
(
&
COND_queue_state
,
NULL
);
}
}
...
@@ -115,6 +116,7 @@ void
...
@@ -115,6 +116,7 @@ void
Event_queue
::
deinit_mutexes
()
Event_queue
::
deinit_mutexes
()
{
{
pthread_mutex_destroy
(
&
LOCK_event_queue
);
pthread_mutex_destroy
(
&
LOCK_event_queue
);
pthread_cond_destroy
(
&
COND_queue_state
);
}
}
...
...
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