summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_log.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-05-27 12:01:41 +0200
committerunknown <msvensson@neptunus.(none)>2005-05-27 12:01:41 +0200
commitc31094fae9b63d559edc4129327dfba384b67d01 (patch)
tree53b11c4d9c7b3ccac2d61bdc9298cdc9f6b898ce /mysql-test/r/rpl_log.result
parent9c25429cd5891534d758ae2c4690fd00905bfc32 (diff)
downloadmariadb-git-c31094fae9b63d559edc4129327dfba384b67d01.tar.gz
Fix rpl_log and rpl_rotate_logs test result
- Remove the expected warrnings when "show binary logs" are called on zero size binary log files. mysql-test/r/rpl_log.result: Remove the warnings that is no longer displayed when "show binary logs" is called on zero size log files. Checked against 4.0, no warnings there. mysql-test/r/rpl_rotate_logs.result: Remove the warnings that is no longer displayed when "show binary logs" is called on zero size log files. Checked against 4.0, no warnings there.
Diffstat (limited to 'mysql-test/r/rpl_log.result')
-rw-r--r--mysql-test/r/rpl_log.result4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/rpl_log.result b/mysql-test/r/rpl_log.result
index e150cf53585..5e0eec6305d 100644
--- a/mysql-test/r/rpl_log.result
+++ b/mysql-test/r/rpl_log.result
@@ -71,15 +71,11 @@ show binary logs;
Log_name File_size
master-bin.000001 0
master-bin.000002 510
-Warnings:
-Error 29 File 'master-bin.000001' not found (Errcode: 2)
start slave;
show binary logs;
Log_name File_size
slave-bin.000001 0
slave-bin.000002 348
-Warnings:
-Error 29 File 'slave-bin.000001' not found (Errcode: 2)
show binlog events in 'slave-bin.000001' from 4;
Log_name Pos Event_type Server_id End_log_pos Info
slave-bin.000001 4 Format_desc 2 98 Server ver: VERSION, Binlog ver: 4