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
d6d54584
Commit
d6d54584
authored
Aug 04, 2015
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge fix of embedded server build.
parents
e8e2ef47
5ca061e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sql/handler.cc
sql/handler.cc
+2
-0
No files found.
sql/handler.cc
View file @
d6d54584
...
...
@@ -1582,6 +1582,7 @@ int ha_rollback_trans(THD *thd, bool all)
DBUG_ASSERT
(
thd
->
transaction
.
stmt
.
ha_list
==
NULL
||
trans
==
&
thd
->
transaction
.
stmt
);
#ifdef HAVE_REPLICATION
if
(
is_real_trans
)
{
/*
...
...
@@ -1599,6 +1600,7 @@ int ha_rollback_trans(THD *thd, bool all)
if
(
thd
->
rgi_slave
&&
thd
->
rgi_slave
->
did_mark_start_commit
)
thd
->
rgi_slave
->
unmark_start_commit
();
}
#endif
if
(
thd
->
in_sub_stmt
)
{
...
...
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