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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user