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
Hash tables don’t have a specific ordering to avoid
the overhead of tracking the order. But consequentially,
the output of this test from MDEV-34614 may be in a different order –
notably, in big-endian platforms like S390x.
This patch adds `--sort_result` to affected test cases
to overcome this difference without changing the code.
0 commit comments