You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDEV-39184 Rework MDL enum constants and hash behavior.
Introduce NOT_INITIALIZED=0 in enum_mdl_namespace. Adjust all dependent
structures accordingly.
Shifting enum values changes the result of hash_value(). Since
MDL locks are stored in a Split-Ordered List (lock-free hash
table) ordered by my_reverse_bits(hash_value()), this alters
the iteration order observed in metadata_lock_info.
Updated the result files to reflect the new iteration order, as it is an implementation
detail and does not affect MDL correctness.
0 commit comments