• Sergei Golubchik's avatar
    MDEV-28197 Linux mariadb-client build does not accept Unicode characters · 7598ef4b
    Sergei Golubchik authored
    Apparently newer libedit is readline-compatible enough
    to be detected as a readline, with USE_NEW_READLINE_INTERFACE defined
    and USE_LIBEDIT_INTERFACE not defined.
    
    Let's set the locale unconditionally, independently from the
    readline/libedit variant. It's already happening anyway now,
    unless one specifies --default-character-set explicitly.
    7598ef4b
mysql.cc 151 KB