1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed bug in replacation for not x86 platforms

Portability fixes
This commit is contained in:
monty@mysql.com
2003-12-21 19:41:34 +02:00
parent 2e77049d09
commit d15f2426c9
4 changed files with 27 additions and 27 deletions

View File

@@ -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: