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
ba4e56d8
Commit
ba4e56d8
authored
Jul 08, 2014
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small merge errors after rebase
parent
92577cc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
sql/log_event.cc
sql/log_event.cc
+0
-1
sql/rpl_rli.cc
sql/rpl_rli.cc
+0
-3
No files found.
sql/log_event.cc
View file @
ba4e56d8
...
@@ -238,7 +238,6 @@ static void inline slave_rows_error_report(enum loglevel level, int ha_error,
...
@@ -238,7 +238,6 @@ static void inline slave_rows_error_report(enum loglevel level, int ha_error,
thd
->
get_stmt_da
()
->
sql_conditions
();
thd
->
get_stmt_da
()
->
sql_conditions
();
Relay_log_info
const
*
rli
=
rgi
->
rli
;
Relay_log_info
const
*
rli
=
rgi
->
rli
;
const
Sql_condition
*
err
;
const
Sql_condition
*
err
;
Relay_log_info
const
*
rli
=
rgi
->
rli
;
buff
[
0
]
=
0
;
buff
[
0
]
=
0
;
int
errcode
=
thd
->
is_error
()
?
thd
->
get_stmt_da
()
->
sql_errno
()
:
0
;
int
errcode
=
thd
->
is_error
()
?
thd
->
get_stmt_da
()
->
sql_errno
()
:
0
;
...
...
sql/rpl_rli.cc
View file @
ba4e56d8
...
@@ -1848,7 +1848,6 @@ rpl_group_info::mark_start_commit()
...
@@ -1848,7 +1848,6 @@ rpl_group_info::mark_start_commit()
}
}
<<<<<<<
TREE
/*
/*
Format the current GTID as a string suitable for printing in error messages.
Format the current GTID as a string suitable for printing in error messages.
...
@@ -1869,7 +1868,6 @@ rpl_group_info::gtid_info()
...
@@ -1869,7 +1868,6 @@ rpl_group_info::gtid_info()
}
}
=======
/*
/*
Undo the effect of a prior mark_start_commit().
Undo the effect of a prior mark_start_commit().
...
@@ -1898,7 +1896,6 @@ rpl_group_info::unmark_start_commit()
...
@@ -1898,7 +1896,6 @@ rpl_group_info::unmark_start_commit()
}
}
>>>>>>>
MERGE
-
SOURCE
rpl_sql_thread_info
::
rpl_sql_thread_info
(
Rpl_filter
*
filter
)
rpl_sql_thread_info
::
rpl_sql_thread_info
(
Rpl_filter
*
filter
)
:
rpl_filter
(
filter
)
:
rpl_filter
(
filter
)
{
{
...
...
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