diff options
author | jimw@mysql.com <> | 2005-03-01 19:05:48 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-03-01 19:05:48 -0800 |
commit | ac69a4a22c7d2753631b81eb5fe7a5d05a272bf2 (patch) | |
tree | d4401945cb12d0479d56b038315a2c864f68e2d9 /mysql-test/t/temp_table-master.opt | |
parent | c99c44805c4104ad885e93a55b0986abfbb1e122 (diff) | |
download | mariadb-git-ac69a4a22c7d2753631b81eb5fe7a5d05a272bf2.tar.gz |
Make sure that the filename for temporary tables is built with fn_format()
so that extra slashes are handled in tmpdir. (Bug #8497)
Diffstat (limited to 'mysql-test/t/temp_table-master.opt')
-rw-r--r-- | mysql-test/t/temp_table-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/temp_table-master.opt b/mysql-test/t/temp_table-master.opt new file mode 100644 index 00000000000..026d3d4640c --- /dev/null +++ b/mysql-test/t/temp_table-master.opt @@ -0,0 +1 @@ +--tmpdir=$MYSQL_TEST_DIR/var//tmp |