mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
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)
This commit is contained in:
parent
92339e1012
commit
46a9b87a0e
4 changed files with 27 additions and 27 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue