Bug #18907 --replace_result $MYSQL_TEST_DIR "." does not work as specified
Submitted: 8 Apr 2006 13:24 Modified: 9 Apr 2006 12:07
Reporter: Andrei Elkin Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.0.21 OS:Solaris (solaris, AIX, QNX)
Assigned to: CPU Architecture:Any

[8 Apr 2006 13:24] Andrei Elkin
Description:
As bug#18906 reports there is a failure for mysqltest to perform substitution
in the following query from  include/get_binlog_dump_thread_id.inc

--replace_result $MYSQL_TEST_DIR "."
eval LOAD DATA INFILE "$MYSQLTEST_VARDIR/tmp/bl_dump_thread_id" into table
t999;

Expected result is gained in FC4, but not on reported platforms.

How to repeat:
Create a script with such two lines and feed to mysqltest.
[9 Apr 2006 12:07] Andrei Elkin
Appeared not to be a bug, see the parent's case:
#18906: Test case rpl_temporary fails when using --vardir option