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
9d5c3731
Commit
9d5c3731
authored
Jan 09, 2014
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for some compiler warnings.
parent
31eaa90a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/mdl.cc
sql/mdl.cc
+1
-1
sql/wsrep_applier.cc
sql/wsrep_applier.cc
+1
-1
No files found.
sql/mdl.cc
View file @
9d5c3731
...
...
@@ -3030,7 +3030,7 @@ void MDL_ticket::wsrep_report(bool debug)
{
if
(
debug
)
{
WSREP_DEBUG
(
"MDL ticket: type: %s space: %s db: %s name: %s"
,
WSREP_DEBUG
(
"MDL ticket: type: %s space: %s db: %s name: %s
(%s)
"
,
(
get_type
()
==
MDL_INTENTION_EXCLUSIVE
)
?
"intention exclusive"
:
((
get_type
()
==
MDL_SHARED
)
?
"shared"
:
((
get_type
()
==
MDL_SHARED_HIGH_PRIO
?
"shared high prio"
:
...
...
sql/wsrep_applier.cc
View file @
9d5c3731
...
...
@@ -100,7 +100,7 @@ static wsrep_cb_status_t wsrep_apply_events(THD* thd,
if
(
!
ev
)
{
WSREP_ERROR
(
"applier could not read binlog event, seqno: %lld, len: %
ld
"
,
WSREP_ERROR
(
"applier could not read binlog event, seqno: %lld, len: %
zu
"
,
(
long
long
)
wsrep_thd_trx_seqno
(
thd
),
buf_len
);
rcode
=
1
;
goto
error
;
...
...
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