mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
bug: ha_heap was unilaterally increasing reclength
proper fix replacing the hack from b80fa4000d
don't confuse length of the data area (reclength) with the
offset to the "deleted" mark.
This commit is contained in:
@@ -144,6 +144,7 @@ typedef struct st_heap_share
|
||||
uint key_version; /* Updated on key change */
|
||||
uint file_version; /* Update on clear */
|
||||
uint reclength; /* Length of one record */
|
||||
uint visible; /* Offset to the visible/deleted mark */
|
||||
uint changed;
|
||||
uint keys,max_key_length;
|
||||
uint currently_disabled_keys; /* saved value from "keys" when disabled */
|
||||
|
Reference in New Issue
Block a user