• Evgeny Potemkin's avatar
    Bug#49489: Uninitialized cache led to a wrong result. · 69fa790f
    Evgeny Potemkin authored
    Arg_comparator uses Item_cache objects to store constants being compared when
    they're need a type conversion. Because this cache wasn't initialized properly
    Arg_comparator might produce wrong comparison result.
    
    The Arg_comparator::cache_converted_constant function now initializes cache
    prior to usage.
    69fa790f
item_cmpfunc.cc 141 KB