• Vladislav Vaintroub's avatar
    MDEV-4020 : Make sure strmov symbol is exported by client library on Linux... · d8acafcb
    Vladislav Vaintroub authored
    MDEV-4020 : Make sure strmov symbol is exported by client library  on Linux (even if the server and libraries itself use stpcpy instead of it)
    
    It is a workaround that allows myodbc built by certain distributions' (CentOS,Fedora) to peacefully coexist with mariadb client libraries.
    The problem is that MyODBC in these distros needs strmov() to be exported by mysql client shared library, or else myodbc fails to load.
    d8acafcb
strmov.c 1.97 KB