• unknown's avatar
    Fix for a bug which results in "Unknown Error". · 8db6945f
    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.
    
    8db6945f
sql_select.cc 208 KB