• unknown's avatar
    Fix for a bug which results in "Unknown Error". · 2cc81ba3
    unknown authored
    Query should actually return empty result set, but currently can't, as
    it attempts to store NULL in NOT NULL field, because that is a match
    made by self join conditions.
    
    
    2cc81ba3
sql_select.cc 208 KB