Commit 330a30a8 authored by monty@donna.mysql.com's avatar monty@donna.mysql.com

Fix compilation bugs

parent 7f8ee99d
This diff is collapsed.
......@@ -1090,8 +1090,10 @@ int ha_berkeley::delete_row(const byte * record)
if (error != DB_LOCK_DEADLOCK)
break;
}
#ifdef CANT_COUNT_DELETED_ROWS
if (!error)
changed_rows--;
#endif
DBUG_RETURN(error);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment