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
array_unique: explain what the 7.2 rebuild actually changes (#5825)
The 7.2.0 entry mentioned array packing, an engine detail, and left
'different numeric indexes' unexplained. The keys of the returned
elements are unchanged; what differs is the index generated when an
element is appended afterwards, and only when the element carrying the
largest integer key was among the removed duplicates.
The 7.2 migration guide carried the same sentence and is updated too.
0 commit comments