• Daniel Black's avatar
    MDEV-34099: AddressSanitizer running out of memory regardless of stack_thread size · cf1c381b
    Daniel Black authored
    Address Sanitizer's know how to detect stack overrun, so there's
    no point in us doing it.
    
    As evidenced by perfschema tests where signficant test failures
    because this function failed under ASAN (MDEV-33210).
    
    Also, so since clang-16, we cannot assume much about how local
    variables are allocated on the stack (MDEV-31605).
    
    Disabling check idea thanks to Sanja.
    cf1c381b
sql_parse.cc 338 KB