• Vladislav Vaintroub's avatar
    MDEV-4601 : Allow MariaDB to be build without non-blocking client. · 4b058643
    Vladislav Vaintroub authored
    Non-blocking client currently can be build on Windows, GCC on i386 and x64, or any OS wth ucontext.h header. Prior to this patch, build failed if neither of these conditions is true.
    Fix to avoid compiler errors in these case - non-blocking API would not be useful on , but otherwise everything will work as before.
    4b058643
mysql_client_fw.c 38 KB