1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Portability fixes

Fixed wrong number of warnings/duplicates for machines with high-byte-first
This commit is contained in:
monty@mysql.com
2004-05-19 05:09:10 +03:00
parent 3f5ce7bd25
commit 21f1bca789
12 changed files with 34 additions and 33 deletions

View File

@ -21,5 +21,5 @@ start slave;
# can't sync_with_master so we must sleep
sleep 3;
--replace_result $MASTER_MYPORT MASTER_PORT
--replace_column 1 # 33 #
--replace_column 1 # 23 # 33 #
show slave status;