• Daniel Black's avatar
    MDEV-34099: AddressSanitizer running out of memory regardless of stack_thread size · 8ebba850
    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.
    8ebba850
sql_parse.cc 327 KB