• unknown's avatar
    func_in.result, func_in.test: · e155a0c0
    unknown 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.
    
    
    sql/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.
    sql/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.
    mysql-test/t/func_in.test:
      Fixed bug #11885.
    mysql-test/r/func_in.result:
      Fixed bug #11885.
    e155a0c0
sql_select.cc 422 KB