1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Function mysql_rm_tmp_tables():

fixed valgrind error
fixed indentation
This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-01-12 13:34:33 +04:00
parent 215d3da7d2
commit a33f2719e2

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;