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
4402f652
Commit
4402f652
authored
May 10, 2010
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suppress a safemutex warning pending fix of MBug#578117.
parent
50ddf3c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
mysql-test/suite/pbxt/r/pbxt_xa.result
mysql-test/suite/pbxt/r/pbxt_xa.result
+1
-0
mysql-test/suite/pbxt/t/pbxt_xa.test
mysql-test/suite/pbxt/t/pbxt_xa.test
+5
-0
No files found.
mysql-test/suite/pbxt/r/pbxt_xa.result
View file @
4402f652
drop table if exists t1, t2;
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 t1 (a INT PRIMARY KEY) ENGINE=innodb;
CREATE TABLE t2 (b INT PRIMARY KEY) ENGINE=pbxt;
CREATE TABLE t2 (b INT PRIMARY KEY) ENGINE=pbxt;
BEGIN;
BEGIN;
...
...
mysql-test/suite/pbxt/t/pbxt_xa.test
View file @
4402f652
...
@@ -4,6 +4,11 @@
...
@@ -4,6 +4,11 @@
drop
table
if
exists
t1
,
t2
;
drop
table
if
exists
t1
,
t2
;
--
enable_warnings
--
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
# bug lp:544173, xa crash with two 2pc-capable storage engines without binlog
#
#
...
...
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