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
3a1c50bc
Commit
3a1c50bc
authored
Aug 25, 2008
by
Andrei Elkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #36968 rpl_temporary_errors.test produces warning in pushbuild
Backporting fixes to 5.1 from 6.0.
parent
77b7ad33
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
mysql-test/include/mtr_warnings.sql
mysql-test/include/mtr_warnings.sql
+0
-1
mysql-test/suite/rpl/r/rpl_temporary_errors.result
mysql-test/suite/rpl/r/rpl_temporary_errors.result
+1
-0
mysql-test/suite/rpl/t/rpl_temporary_errors.test
mysql-test/suite/rpl/t/rpl_temporary_errors.test
+2
-0
No files found.
mysql-test/include/mtr_warnings.sql
View file @
3a1c50bc
...
...
@@ -134,7 +134,6 @@ INSERT INTO global_supressions VALUES
(
"Slave: According to the master's version"
),
(
"Slave: Column [0-9]* type mismatch"
),
(
"Slave: Error .* doesn't exist"
),
(
"Slave: Error .*Deadlock found"
),
(
"Slave: Error .*Unknown table"
),
(
"Slave: Error in Write_rows event: "
),
(
"Slave: Field .* of table .* has no default value"
),
...
...
mysql-test/suite/rpl/r/rpl_temporary_errors.result
View file @
3a1c50bc
...
...
@@ -4,6 +4,7 @@ reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
call mtr.add_supression("Deadlock found");
**** On Master ****
SET SESSION BINLOG_FORMAT=ROW;
CREATE TABLE t1 (a INT PRIMARY KEY, b INT);
...
...
mysql-test/suite/rpl/t/rpl_temporary_errors.test
View file @
3a1c50bc
source
include
/
master
-
slave
.
inc
;
call
mtr
.
add_supression
(
"Deadlock found"
);
--
echo
****
On
Master
****
connection
master
;
SET
SESSION
BINLOG_FORMAT
=
ROW
;
...
...
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