• Georgi Kodinov's avatar
    Bug #49445: Assertion failed: 0, file .\item_row.cc, line 55 with · e4b71385
    Georgi Kodinov authored
      fulltext search and row op.
    
    The search for fulltext indexes is searching for some special 
    predicate layouts. While doing so it's not checking for the number
    of columns of the expressions it tries to calculate.
    And since row expressions can't return a single scalar value there
    was a crash.
    Fixed by checking if the expressions are scalar (in addition to 
    being constant) before calling Item::val_xxx() methods.
    e4b71385
sql_select.cc 538 KB