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
05bcb088
Commit
05bcb088
authored
Aug 08, 2015
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-8583: Empty lines in encryption logging
Removed extra line break.
parent
18b0176a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/innobase/fil/fil0crypt.cc
storage/innobase/fil/fil0crypt.cc
+1
-1
storage/xtradb/fil/fil0crypt.cc
storage/xtradb/fil/fil0crypt.cc
+1
-1
No files found.
storage/innobase/fil/fil0crypt.cc
View file @
05bcb088
...
...
@@ -2247,7 +2247,7 @@ fil_crypt_set_thread_cnt(
os_thread_id_t
rotation_thread_id
;
os_thread_create
(
fil_crypt_thread
,
NULL
,
&
rotation_thread_id
);
ib_logf
(
IB_LOG_LEVEL_INFO
,
"Creating #%d thread id %lu total threads %u
\n
"
,
"Creating #%d thread id %lu total threads %u
.
"
,
i
+
1
,
os_thread_pf
(
rotation_thread_id
),
new_cnt
);
}
}
else
if
(
new_cnt
<
srv_n_fil_crypt_threads
)
{
...
...
storage/xtradb/fil/fil0crypt.cc
View file @
05bcb088
...
...
@@ -2247,7 +2247,7 @@ fil_crypt_set_thread_cnt(
os_thread_id_t
rotation_thread_id
;
os_thread_create
(
fil_crypt_thread
,
NULL
,
&
rotation_thread_id
);
ib_logf
(
IB_LOG_LEVEL_INFO
,
"Creating #%d thread id %lu total threads %u
\n
"
,
"Creating #%d thread id %lu total threads %u
.
"
,
i
+
1
,
os_thread_pf
(
rotation_thread_id
),
new_cnt
);
}
}
else
if
(
new_cnt
<
srv_n_fil_crypt_threads
)
{
...
...
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