• igor@rurik.mysql.com's avatar
    func_in.result, func_in.test: · bff3507b
    igor@rurik.mysql.com authored
      Fixed bug #11885.
    sql_select.cc:
      Fixed bug #11885.
      Predicates of the forms 'a IN (v)' 'a NOT IN (v)' now
      is replaced by 'a=v' and 'a<>v' at the parsing stage.
    sql_yacc.yy:
      Fixed bug #11885.
      Predicates of the forms 'a IN (v)' 'a NOT IN (v)' now 
      is replaced by 'a=v' and 'a<>v' at the parsing stage.
    bff3507b
func_in.test 3.43 KB