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
5a2e7695
Commit
5a2e7695
authored
May 25, 2007
by
inaam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo bad space formatting introduced in earlier commit r1521
spotted by: Marko
parent
8767b194
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
log/log0log.c
log/log0log.c
+3
-3
No files found.
log/log0log.c
View file @
5a2e7695
...
@@ -3052,9 +3052,9 @@ logs_empty_and_mark_files_at_shutdown(void)
...
@@ -3052,9 +3052,9 @@ logs_empty_and_mark_files_at_shutdown(void)
goto
loop
;
goto
loop
;
}
}
/* Check that there are no longer transactions. We need this wait even
/* Check that there are no longer transactions. We need this wait even
for the 'very fast' shutdown, because the InnoDB layer may have
for the 'very fast' shutdown, because the InnoDB layer may have
committed or prepared transactions and we don't want to lose them. */
committed or prepared transactions and we don't want to lose them. */
if
(
trx_n_mysql_transactions
>
0
if
(
trx_n_mysql_transactions
>
0
||
UT_LIST_GET_LEN
(
trx_sys
->
trx_list
)
>
0
)
{
||
UT_LIST_GET_LEN
(
trx_sys
->
trx_list
)
>
0
)
{
...
...
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