mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
New multi-table-update code
New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
This commit is contained in:
@ -48,6 +48,10 @@ int heap_delete(HP_INFO *info, const byte *record)
|
||||
pos[share->reclength]=0; /* Record deleted */
|
||||
share->deleted++;
|
||||
info->current_hash_ptr=0;
|
||||
#if !defined(DBUG_OFF) && defined(EXTRA_HEAP_DEBUG)
|
||||
DBUG_EXECUTE("check_heap",heap_check_heap(info, 0););
|
||||
#endif
|
||||
|
||||
DBUG_RETURN(0);
|
||||
err:
|
||||
if (++(share->records) == share->blength)
|
||||
|
Reference in New Issue
Block a user