1. 17 Jul, 2005 1 commit
    • 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
  2. 16 Jul, 2005 9 commits
  3. 15 Jul, 2005 30 commits