diff options
author | unknown <lars/lthalmann@mysql.com/dl145k.mysql.com> | 2007-05-30 11:55:56 +0200 |
---|---|---|
committer | unknown <lars/lthalmann@mysql.com/dl145k.mysql.com> | 2007-05-30 11:55:56 +0200 |
commit | d57f3bbbe1073cb0f3c72a00539bc60c96739b17 (patch) | |
tree | 9598d502db237a176febf2aa611baa1a4e83cd2c /mysql-test/r/rpl_incident.result | |
parent | 42eab5a2b1824ad0896100259441a881deff4378 (diff) | |
download | mariadb-git-d57f3bbbe1073cb0f3c72a00539bc60c96739b17.tar.gz |
Added extra parenthesis to remove compiler warning
Fixed test case rpl_incident.test (synchronize drop table, masked IO thread behaviour)
mysql-test/r/rpl_incident.result:
Masking master_log_file since IO thread is not synchronized in rpl_incident.test
mysql-test/t/rpl_incident.test:
Masking master_log_file since IO thread is not synchronized in rpl_incident.test
Correcting drop of table so it is synchronized
sql/log_event.cc:
Added extra parenthesis to remove compiler warning
Diffstat (limited to 'mysql-test/r/rpl_incident.result')
-rw-r--r-- | mysql-test/r/rpl_incident.result | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/r/rpl_incident.result b/mysql-test/r/rpl_incident.result index aea35c5f477..1a0da45f3e1 100644 --- a/mysql-test/r/rpl_incident.result +++ b/mysql-test/r/rpl_incident.result @@ -31,7 +31,7 @@ Master_Host 127.0.0.1 Master_User root Master_Port MASTER_PORT Connect_Retry 1 -Master_Log_File master-bin.000002 +Master_Log_File # Read_Master_Log_Pos # Relay_Log_File # Relay_Log_Pos # @@ -74,7 +74,7 @@ Master_Host 127.0.0.1 Master_User root Master_Port MASTER_PORT Connect_Retry 1 -Master_Log_File master-bin.000002 +Master_Log_File # Read_Master_Log_Pos # Relay_Log_File # Relay_Log_Pos # @@ -104,4 +104,3 @@ Master_SSL_Key Seconds_Behind_Master # Master_SSL_Verify_Server_Cert No DROP TABLE t1; -DROP TABLE t1; |