1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

compatibility issues

Fixed errors reported by valgrind (some errors in NDB remains)
This commit is contained in:
monty@mysql.com
2005-05-20 16:14:35 +03:00
parent ed674271d4
commit 0b75f6e37b
8 changed files with 33 additions and 23 deletions

View File

@ -1270,8 +1270,10 @@ void free_items(Item *item)
void cleanup_items(Item *item)
{
DBUG_ENTER("cleanup_items");
for (; item ; item=item->next)
item->cleanup();
DBUG_VOID_RETURN;
}
int mysql_table_dump(THD* thd, char* db, char* tbl_name, int fd)