• unknown's avatar
    stop on NULL comparison only if it is allowed (BUG#12509) · 8b41510d
    unknown authored
    
    mysql-test/r/row.result:
      Correct NULL handling in row comporison
    mysql-test/t/row.test:
      Correct NULL handling in row comporison (BUG#12509)
    sql/item_cmpfunc.cc:
      stop on NULL comparison only if it is allowed
    sql/item_cmpfunc.h:
      support optimisation in case of processing WHERE/HAVING, where NULL and FALSE are equal
    8b41510d
row.result 5.47 KB