Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6(EOL), 10.11, 11.4, 11.8, 12.3
-
None
-
Can result in unexpected behaviour
Description
--replace_result $MYSQL_TMP_DIR MYSQL_TMP_DIR
|
eval create table `../t1` (a int) engine=myisam |
data directory='$MYSQL_TMP_DIR' |
index directory='$MYSQL_TMP_DIR'; |
--list_files $MYSQL_TMP_DIR
|
drop table `../t1`; |
The above creates $MYSQL_TMP_DIR/../t1/MYD instead of
$MYSQL_TMP_DIR/@002e@002e@002ft1.MYD. Same for MYI and for Aria.
Reported by Ben Bidner (Automattic.com Security Team).