1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Function mysql_rm_tmp_tables():

fixed valgrind error
fixed indentation
This commit is contained in:
unknown
2007-01-12 13:34:33 +04:00
parent 71fd458337
commit 6dcad7d832

View File

@ -6126,7 +6126,6 @@ my_bool mysql_rm_tmp_tables(void)
}
free_table_share(&share);
}
}
/*
File can be already deleted by tmp_table.file->delete_table().
So we hide error messages which happnes during deleting of these
@ -6134,6 +6133,7 @@ my_bool mysql_rm_tmp_tables(void)
*/
VOID(my_delete(filePath, MYF(0)));
}
}
my_dirend(dirp);
}
delete thd;