• Haidong Ji's avatar
    MDEV-27978 fix wrong name in error when max_session_mem_used exceeded · 114476f2
    Haidong Ji authored
    Fixed typo in my_malloc_size_cb_func. There is no max-thread-mem-used
    sys variable in MariaDB, only max-session-mem-used. The relevant entry
    in sys_vars.cc is also fixed.
    
    Added a fallback case in case we could allocate the 256 bytes for the
    error message containing the exact setting.
    114476f2
sys_vars.cc 223 KB