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
633cc16e
Commit
633cc16e
authored
Oct 16, 2013
by
Venkatesh Duggirala
Browse files
Options
Browse Files
Download
Plain Diff
Bug#17234370 LAST_INSERT_ID IS REPLICATED INCORRECTLY IF
REPLICATION FILTERS ARE USED. Merging fix from mysql-5.1
parents
e84d4874
2b07397b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
sql/log_event.cc
sql/log_event.cc
+0
-1
No files found.
sql/log_event.cc
View file @
633cc16e
...
...
@@ -5508,7 +5508,6 @@ int Intvar_log_event::do_apply_event(Relay_log_info const *rli)
switch
(
type
)
{
case
LAST_INSERT_ID_EVENT
:
thd
->
stmt_depends_on_first_successful_insert_id_in_prev_stmt
=
1
;
thd
->
first_successful_insert_id_in_prev_stmt
=
val
;
break
;
case
INSERT_ID_EVENT
:
...
...
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