1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

More debug info

Fix DBUG_ASSERT()
Optimization for BDB tables
Fix for BDB under Win98
This commit is contained in:
monty@hundin.mysql.fi
2001-09-08 11:47:34 +03:00
parent 228de3b001
commit e24bdfa8bb
9 changed files with 27 additions and 21 deletions

View File

@@ -2516,6 +2516,7 @@ static void
join_free(JOIN *join)
{
JOIN_TAB *tab,*end;
DBUG_ENTER("join_free");
if (join->table)
{
@@ -2556,6 +2557,7 @@ join_free(JOIN *join)
join->tmp_table_param.copy_funcs.delete_elements();
delete [] join->tmp_table_param.copy_field;
join->tmp_table_param.copy_field=0;
DBUG_VOID_RETURN;
}