summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authormsvensson@pilot.blaudden <>2007-04-11 09:06:27 +0200
committermsvensson@pilot.blaudden <>2007-04-11 09:06:27 +0200
commit4e17e06a5b620238488eaa1c1d24aa82b80e04a7 (patch)
tree04533cbfabed34bbfcb32be4cc73f3ce0e502dc7 /mysql-test
parent610ff38ed9661da0c212e789917e508855f62634 (diff)
downloadmariadb-git-4e17e06a5b620238488eaa1c1d24aa82b80e04a7.tar.gz
Add replace_result for things that are not tested
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/rpl_ssl.result4
-rw-r--r--mysql-test/t/rpl_ssl.test2
2 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/rpl_ssl.result b/mysql-test/r/rpl_ssl.result
index baa6edf8373..6bc1e996965 100644
--- a/mysql-test/r/rpl_ssl.result
+++ b/mysql-test/r/rpl_ssl.result
@@ -65,7 +65,7 @@ Master_User replssl
Master_Port MASTER_MYPORT
Connect_Retry 1
Master_Log_File master-bin.000001
-Read_Master_Log_Pos 12320
+Read_Master_Log_Pos #
Relay_Log_File #
Relay_Log_Pos #
Relay_Master_Log_File master-bin.000001
@@ -80,7 +80,7 @@ Replicate_Wild_Ignore_Table
Last_Errno 0
Last_Error
Skip_Counter 0
-Exec_Master_Log_Pos 12320
+Exec_Master_Log_Pos #
Relay_Log_Space #
Until_Condition None
Until_Log_File
diff --git a/mysql-test/t/rpl_ssl.test b/mysql-test/t/rpl_ssl.test
index 07a7226fb79..f83f8b983b2 100644
--- a/mysql-test/t/rpl_ssl.test
+++ b/mysql-test/t/rpl_ssl.test
@@ -57,5 +57,5 @@ connection master;
insert into t1 values (NULL);
sync_slave_with_master;
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR $MASTER_MYPORT MASTER_MYPORT
---replace_column 1 # 8 # 9 # 23 # 33 #
+--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 #
query_vertical show slave status;