• anozdrin/alik@quad.opbmk's avatar
    A patch for Bug#34820: log_output can be set to illegal value. · d02459cb
    anozdrin/alik@quad.opbmk authored
    We have "set" variables, which can accept empty values
    (like sql_mode), and which can not (like log_output). The problem
    was that the code does not distinguish them and allow empty
    values for every set variable.
    
    The fix is to introduce an attribute of a set variable telling
    whether it can accept empty values.
    d02459cb
variables.test 26.8 KB