• Vicențiu Ciorbaru's avatar
    mysql_client_test_nonblock fails when compiled with clang · f65c9f82
    Vicențiu Ciorbaru authored
    mysql_client uses some inline assembly code to switch thread stacks.
    This works, however tools that perform backtrace get confused to fix
    this we write a specific constant to signify bottom of stack. This
    constant is needed when compiling with CLang as well.
    f65c9f82
my_context.c 18.8 KB