mirror of https://github.com/MariaDB/server
Browse Source
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.replace/d7d589dc01f6d70d1518b74d46fd3b75e76267f5
3 changed files with 59 additions and 1 deletions
Loading…
Reference in new issue