Bug #10697 | MySQL Test: EVAL fails to evaluate two variables specified in one statement | ||
---|---|---|---|
Submitted: | 18 May 2005 6:04 | Modified: | 19 May 2005 15:36 |
Reporter: | Disha | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.5-beta-nt | OS: | Linux (Redhat Linux 9.0) |
Assigned to: | CPU Architecture: | Any |
[18 May 2005 6:04]
Disha
[19 May 2005 15:36]
Omer Barnir
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: This is not a bug. The '\' escapes the '$' resulting in the evaluation of $TEXT_FILE as such and not as an environment variable. The proper usage is '$MYSQL_TEST_PATH/$TEXT_FILE' (with a 'forward slash). and is not OS dependent (works on Windows as well).