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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4dd16832
Commit
4dd16832
authored
Aug 27, 2008
by
Mats Kindahl
Browse files
Options
Browse Files
Download
Plain Diff
Automerging
parents
3db8ad3d
6b7998f7
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 @
4dd16832
...
@@ -134,7 +134,6 @@ INSERT INTO global_supressions VALUES
...
@@ -134,7 +134,6 @@ INSERT INTO global_supressions VALUES
(
"Slave: According to the master's version"
),
(
"Slave: According to the master's version"
),
(
"Slave: Column [0-9]* type mismatch"
),
(
"Slave: Column [0-9]* type mismatch"
),
(
"Slave: Error .* doesn't exist"
),
(
"Slave: Error .* doesn't exist"
),
(
"Slave: Error .*Deadlock found"
),
(
"Slave: Error .*Unknown table"
),
(
"Slave: Error .*Unknown table"
),
(
"Slave: Error in Write_rows event: "
),
(
"Slave: Error in Write_rows event: "
),
(
"Slave: Field .* of table .* has no default value"
),
(
"Slave: Field .* of table .* has no default value"
),
...
...
mysql-test/suite/rpl/r/rpl_temporary_errors.result
View file @
4dd16832
...
@@ -4,6 +4,7 @@ reset master;
...
@@ -4,6 +4,7 @@ reset master;
reset slave;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
start slave;
call mtr.add_supression("Deadlock found");
**** On Master ****
**** On Master ****
SET SESSION BINLOG_FORMAT=ROW;
SET SESSION BINLOG_FORMAT=ROW;
CREATE TABLE t1 (a INT PRIMARY KEY, b INT);
CREATE TABLE t1 (a INT PRIMARY KEY, b INT);
...
...
mysql-test/suite/rpl/t/rpl_temporary_errors.test
View file @
4dd16832
source
include
/
master
-
slave
.
inc
;
source
include
/
master
-
slave
.
inc
;
call
mtr
.
add_supression
(
"Deadlock found"
);
--
echo
****
On
Master
****
--
echo
****
On
Master
****
connection
master
;
connection
master
;
SET
SESSION
BINLOG_FORMAT
=
ROW
;
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