diff options
author | unknown <monty@mysql.com> | 2003-12-21 19:41:34 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2003-12-21 19:41:34 +0200 |
commit | 46a9b87a0e8c03afb027227ee7ce7cb6d601ab36 (patch) | |
tree | f91d8eebe7c0b310ce85671ebcda995f35ce04c8 /mysql-test/t/rpl_relayrotate.test | |
parent | 92339e101256c64c348ff36835ee82a5bf8b0a6d (diff) | |
download | mariadb-git-46a9b87a0e8c03afb027227ee7ce7cb6d601ab36.tar.gz |
Fixed bug in replacation for not x86 platforms
Portability fixes
mysql-test/r/rpl_relayrotate.result:
Portability fix
mysql-test/t/rpl_relayrotate.test:
Portability fix.
sql/log_event.cc:
Removed ++ from uint4korr() becasue this caused side effects
sql/uniques.cc:
Removed not used argument to get_merge_buffers_cost()
Removed wrong cast which caused compiler failures
Cast arguments to ceil() to double (portability problem)
Diffstat (limited to 'mysql-test/t/rpl_relayrotate.test')
-rw-r--r-- | mysql-test/t/rpl_relayrotate.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_relayrotate.test b/mysql-test/t/rpl_relayrotate.test index 64724061bc5..20a77ff8b64 100644 --- a/mysql-test/t/rpl_relayrotate.test +++ b/mysql-test/t/rpl_relayrotate.test @@ -58,6 +58,7 @@ start slave; select master_pos_wait('master-bin.001',3000)>=0; select max(a) from t1; --replace_column 1 # 8 # 9 # 23 # 33 # +--replace_result $MASTER_MYPORT MASTER_MYPORT show slave status; # The following DROP is a very important cleaning task: |