14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
21
21
bool init_tmpdir(MY_TMPDIR *tmpdir, const char *pathlist)
27
28
pthread_mutex_init(&tmpdir->mutex, MY_MUTEX_INIT_FAST);
28
29
if (my_init_dynamic_array(&tmpdir->full_list, sizeof(char*), 1, 5))