• cmiller@maint1.mysql.com's avatar
    Bug #20908: Crash if select @@"" · 53bb6a47
    cmiller@maint1.mysql.com authored
    Zero-length variables caused failures when using the length to look
    up the name in a hash.  Instead, signal that no zero-length name can
    ever be found and that to encounter one is a syntax error.
    53bb6a47
gen_lex_hash.cc 14.3 KB