mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
INFORMATION_SCHEMA.SYSTEM_VARIABLES.DEFAULT_VALUE had broken values on big endian. Default value is internally stored as longlong, while I_S references it's pointer (longlong *) according to variable type (e.g. int, my_bool, etc). This works well on little endian, but on big endian we always get 0 for such variables.
167 KiB
167 KiB