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
c6ca40fb
Commit
c6ca40fb
authored
Sep 24, 2009
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added suppressions for existing warnings in the result file.
parent
6a89842e
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
0 deletions
+11
-0
mysql-test/include/mtr_warnings.sql
mysql-test/include/mtr_warnings.sql
+1
-0
mysql-test/suite/rpl/r/rpl_get_master_version_and_clock.result
...-test/suite/rpl/r/rpl_get_master_version_and_clock.result
+2
-0
mysql-test/suite/rpl/r/rpl_log_pos.result
mysql-test/suite/rpl/r/rpl_log_pos.result
+1
-0
mysql-test/suite/rpl/r/rpl_packet.result
mysql-test/suite/rpl/r/rpl_packet.result
+2
-0
mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test
mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test
+2
-0
mysql-test/suite/rpl/t/rpl_log_pos.test
mysql-test/suite/rpl/t/rpl_log_pos.test
+1
-0
mysql-test/suite/rpl/t/rpl_packet.test
mysql-test/suite/rpl/t/rpl_packet.test
+2
-0
No files found.
mysql-test/include/mtr_warnings.sql
View file @
c6ca40fb
...
@@ -173,6 +173,7 @@ INSERT INTO global_suppressions VALUES
...
@@ -173,6 +173,7 @@ INSERT INTO global_suppressions VALUES
this error message.
this error message.
*/
*/
(
"Can't find file: '.
\\\\
test
\\\\\\
?{8}.frm'"
),
(
"Can't find file: '.
\\\\
test
\\\\\\
?{8}.frm'"
),
(
"Slave: Unknown table 't1' Error_code: 1051"
),
(
"THE_LAST_SUPPRESSION"
)
||
(
"THE_LAST_SUPPRESSION"
)
||
...
...
mysql-test/suite/rpl/r/rpl_get_master_version_and_clock.result
View file @
c6ca40fb
...
@@ -4,6 +4,8 @@ reset master;
...
@@ -4,6 +4,8 @@ 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_suppression("Slave I/O: .* failed with error: Lost connection to MySQL server at 'reading initial communication packet'");
call mtr.add_suppression("Slave I/O: Master command COM_REGISTER_SLAVE failed: failed registering on master, reconnecting to try again");
SELECT IS_FREE_LOCK("debug_lock.before_get_UNIX_TIMESTAMP");
SELECT IS_FREE_LOCK("debug_lock.before_get_UNIX_TIMESTAMP");
IS_FREE_LOCK("debug_lock.before_get_UNIX_TIMESTAMP")
IS_FREE_LOCK("debug_lock.before_get_UNIX_TIMESTAMP")
1
1
...
...
mysql-test/suite/rpl/r/rpl_log_pos.result
View file @
c6ca40fb
...
@@ -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_suppression ("Slave I/O: Got fatal error 1236 from master when reading data from binary");
show master status;
show master status;
File Position Binlog_Do_DB Binlog_Ignore_DB
File Position Binlog_Do_DB Binlog_Ignore_DB
master-bin.000001 # <Binlog_Do_DB> <Binlog_Ignore_DB>
master-bin.000001 # <Binlog_Do_DB> <Binlog_Ignore_DB>
...
...
mysql-test/suite/rpl/r/rpl_packet.result
View file @
c6ca40fb
...
@@ -4,6 +4,8 @@ reset master;
...
@@ -4,6 +4,8 @@ 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_suppression("Slave I/O: Got a packet bigger than 'max_allowed_packet' bytes, Error_code: 1153");
call mtr.add_suppression("Slave I/O: Got fatal error 1236 from master when reading data from binary log:");
drop database if exists DB_NAME_OF_MAX_LENGTH_AKA_NAME_LEN_64_BYTES_____________________;
drop database if exists DB_NAME_OF_MAX_LENGTH_AKA_NAME_LEN_64_BYTES_____________________;
create database DB_NAME_OF_MAX_LENGTH_AKA_NAME_LEN_64_BYTES_____________________;
create database DB_NAME_OF_MAX_LENGTH_AKA_NAME_LEN_64_BYTES_____________________;
SET @@global.max_allowed_packet=1024;
SET @@global.max_allowed_packet=1024;
...
...
mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test
View file @
c6ca40fb
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
source
include
/
master
-
slave
.
inc
;
source
include
/
master
-
slave
.
inc
;
source
include
/
have_debug
.
inc
;
source
include
/
have_debug
.
inc
;
call
mtr
.
add_suppression
(
"Slave I/O: .* failed with error: Lost connection to MySQL server at 'reading initial communication packet'"
);
call
mtr
.
add_suppression
(
"Slave I/O: Master command COM_REGISTER_SLAVE failed: failed registering on master, reconnecting to try again"
);
#Test case 1: Try to get the value of the UNIX_TIMESTAMP from master under network disconnection
#Test case 1: Try to get the value of the UNIX_TIMESTAMP from master under network disconnection
connection
slave
;
connection
slave
;
let
$debug_saved
=
`select @@global.debug`
;
let
$debug_saved
=
`select @@global.debug`
;
...
...
mysql-test/suite/rpl/t/rpl_log_pos.test
View file @
c6ca40fb
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
# Passes with rbr no problem, removed statement include [jbm]
# Passes with rbr no problem, removed statement include [jbm]
source
include
/
master
-
slave
.
inc
;
source
include
/
master
-
slave
.
inc
;
call
mtr
.
add_suppression
(
"Slave I/O: Got fatal error 1236 from master when reading data from binary"
);
source
include
/
show_master_status
.
inc
;
source
include
/
show_master_status
.
inc
;
sync_slave_with_master
;
sync_slave_with_master
;
source
include
/
stop_slave
.
inc
;
source
include
/
stop_slave
.
inc
;
...
...
mysql-test/suite/rpl/t/rpl_packet.test
View file @
c6ca40fb
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
# max-out size db name
# max-out size db name
source
include
/
master
-
slave
.
inc
;
source
include
/
master
-
slave
.
inc
;
source
include
/
have_binlog_format_row
.
inc
;
source
include
/
have_binlog_format_row
.
inc
;
call
mtr
.
add_suppression
(
"Slave I/O: Got a packet bigger than 'max_allowed_packet' bytes, Error_code: 1153"
);
call
mtr
.
add_suppression
(
"Slave I/O: Got fatal error 1236 from master when reading data from binary log:"
);
let
$db
=
DB_NAME_OF_MAX_LENGTH_AKA_NAME_LEN_64_BYTES_____________________
;
let
$db
=
DB_NAME_OF_MAX_LENGTH_AKA_NAME_LEN_64_BYTES_____________________
;
disable_warnings
;
disable_warnings
;
...
...
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