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
b357caab
Commit
b357caab
authored
Oct 17, 2005
by
SergeyV@selena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #13377. Small update, code formatting.
parent
3dec6a3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/log.cc
sql/log.cc
+2
-2
No files found.
sql/log.cc
View file @
b357caab
...
@@ -965,7 +965,7 @@ bool MYSQL_LOG::reset_logs(THD* thd)
...
@@ -965,7 +965,7 @@ bool MYSQL_LOG::reset_logs(THD* thd)
goto
err
;
goto
err
;
}
}
reset_pending
=
true
;
reset_pending
=
true
;
/*
/*
send update signal just in case so that all reader threads waiting
send update signal just in case so that all reader threads waiting
for log update will leave wait condition
for log update will leave wait condition
...
@@ -996,7 +996,7 @@ bool MYSQL_LOG::reset_logs(THD* thd)
...
@@ -996,7 +996,7 @@ bool MYSQL_LOG::reset_logs(THD* thd)
my_free
((
gptr
)
save_name
,
MYF
(
0
));
my_free
((
gptr
)
save_name
,
MYF
(
0
));
err:
err:
reset_pending
=
false
;
reset_pending
=
false
;
(
void
)
pthread_mutex_unlock
(
&
LOCK_thread_count
);
(
void
)
pthread_mutex_unlock
(
&
LOCK_thread_count
);
pthread_mutex_unlock
(
&
LOCK_readers
);
pthread_mutex_unlock
(
&
LOCK_readers
);
...
...
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