• Ramil Kalimullin's avatar
    Fix for bug#49517: Inconsistent behavior while using · 4422b0f6
    Ramil Kalimullin authored
    NULLable BIGINT and INT columns in comparison
    
    Problem: a consequence of the fix for 43668.
    Some Arg_comparator inner initialization missed,
    that may lead to unpredictable (wrong) comparison
    results.
    
    Fix: always properly initialize Arg_comparator
    before its usage.
    4422b0f6
item_cmpfunc.h 52.9 KB