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
73c3a77b
Commit
73c3a77b
authored
Jul 01, 2010
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug lp:578117 - Wrong usage of mutex LOCK_sync and LOCK_active in XA
redone locking in TC_LOG_MMAP::log_xid
parent
c4636b9d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
77 additions
and
60 deletions
+77
-60
mysql-test/suite/pbxt/r/pbxt_xa.result
mysql-test/suite/pbxt/r/pbxt_xa.result
+0
-1
mysql-test/suite/pbxt/t/pbxt_xa.test
mysql-test/suite/pbxt/t/pbxt_xa.test
+0
-5
sql/log.cc
sql/log.cc
+77
-54
No files found.
mysql-test/suite/pbxt/r/pbxt_xa.result
View file @
73c3a77b
drop table if exists t1, t2;
CALL mtr.add_suppression("Found wrong usage of mutex 'LOCK_sync' and 'LOCK_active'");
CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=innodb;
CREATE TABLE t2 (b INT PRIMARY KEY) ENGINE=pbxt;
BEGIN;
...
...
mysql-test/suite/pbxt/t/pbxt_xa.test
View file @
73c3a77b
...
...
@@ -4,11 +4,6 @@
drop
table
if
exists
t1
,
t2
;
--
enable_warnings
# This warning is indication of a real bug, MBug#578117.
# But it is not a regression, so we suppress it to get a clean test run.
# This suppression must be removed as part of MBug#578117 fix.
CALL
mtr
.
add_suppression
(
"Found wrong usage of mutex 'LOCK_sync' and 'LOCK_active'"
);
#
# bug lp:544173, xa crash with two 2pc-capable storage engines without binlog
#
...
...
sql/log.cc
View file @
73c3a77b
This diff is collapsed.
Click to expand it.
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