• Sergey Vojtovich's avatar
    BUG#36737 - having + full text operator crashes mysql · 659a2183
    Sergey Vojtovich authored
          
    MATCH() function accepts column list as an argument. It was possible to override
    this requirement with aliased non-column select expression. Which results in
    server crash.
    
    With this fix aliased non-column select expressions are not accepted by MATCH()
    function, returning an error.
    659a2183
item_func.cc 139 KB