diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-21 11:28:49 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-21 11:28:49 +0200 |
commit | 52dc273d79edaa119fd459c88b35fe4cded19c95 (patch) | |
tree | 9f6cdd67466757d84ffed85bd2565140a5815f91 /mysql-test | |
parent | 9d9ee646379d68b935d6a4406c4abad363ead061 (diff) | |
download | mariadb-git-52dc273d79edaa119fd459c88b35fe4cded19c95.tar.gz |
tiny suppression fix: avoid /
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/include/mtr_warnings.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql index 02e8d68263f..47b1d9b10bb 100644 --- a/mysql-test/include/mtr_warnings.sql +++ b/mysql-test/include/mtr_warnings.sql @@ -162,7 +162,7 @@ INSERT INTO global_suppressions VALUES ("Slave: Unknown column 'c7' in 't15' Error_code: 1054"), ("Slave: Can't DROP 'c7'.* 1091"), ("Slave: Key column 'c6'.* 1072"), - ("Slave I/O: The slave I/O thread stops because a fatal error is encountered when it try to get the value of SERVER_ID variable from master."), + ("Slave I.O: The slave I.O thread stops because a fatal error is encountered when it try to get the value of SERVER_ID variable from master."), (".SELECT UNIX_TIMESTAMP... failed on master, do not trust column Seconds_Behind_Master of SHOW SLAVE STATUS"), /* Test case for Bug#31590 in order_by.test produces the following error */ |