3
# Sasha's hack to fix results generated with mysql-test-run --record
4
# to be version and test port independent. In some cases, further minor
5
# manual edititing may be required, but most of the time it should not
8
#It is assumed we are running the script in mysql-test directory
10
VERSION=4.0.1-alpha-debug-log
13
if [ -z "$TEST_CASE" ] ;
15
echo "usage: $0 test_case_name"
19
../extra/replace $VERSION '$VERSION' 9306 '$MASTER_MYPORT' 9307 \
20
'$SLAVE_MYPORT' \\ \\\\ -- r/$TEST_CASE.result