mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Merge lgrimmer@bk-internal:/home/bk/mysql-5.1-new
into mysql.com:/space/my/mysql-5.1
This commit is contained in:
commit
007125b35b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ my_bool init_tmpdir(MY_TMPDIR *tmpdir, const char *pathlist)
|
|||
length= cleanup_dirname(buff, buff);
|
||||
if (!(copy= my_strdup_with_length(buff, length, MYF(MY_WME))) ||
|
||||
insert_dynamic(&t_arr, (gptr) ©))
|
||||
DBUG_RETURN(TRUE)
|
||||
DBUG_RETURN(TRUE);
|
||||
pathlist=end+1;
|
||||
}
|
||||
while (*end);
|
||||
|
|
Loading…
Reference in a new issue