summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormsvensson@pilot.mysql.com <>2008-05-02 11:22:10 +0200
committermsvensson@pilot.mysql.com <>2008-05-02 11:22:10 +0200
commitc1918b0464dcc4bc82cc1207b3a9189d3e7e2139 (patch)
treed26a3f96b76f48ff72df45f6ef13ea33a4a7e1b0 /client
parent4600fc3f34a2ddd999b8c9f2c323dd828056edba (diff)
downloadmariadb-git-c1918b0464dcc4bc82cc1207b3a9189d3e7e2139.tar.gz
Bug#36465 mysqltest should always use the --tmpdir
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 1d85e777e48..a04f18750ef 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -1536,7 +1536,7 @@ int dyn_string_cmp(DYNAMIC_STRING* ds, const char *fname)
DBUG_ENTER("dyn_string_cmp");
DBUG_PRINT("enter", ("fname: %s", fname));
- if ((fd= create_temp_file(temp_file_path, NULL,
+ if ((fd= create_temp_file(temp_file_path, TMPDIR,
"tmp", O_CREAT | O_SHARE | O_RDWR,
MYF(MY_WME))) < 0)
die("Failed to create temporary file for ds");