1. 18 Jun, 2007 1 commit
  2. 17 Jun, 2007 3 commits
  3. 16 Jun, 2007 4 commits
  4. 15 Jun, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #27932: the function LOCATE returned NULL if any · 0f0d4720
      igor@olga.mysql.com authored
      of its arguments was evaluated to NULL, while the predicate
      LOCATE(str,NULL) IS NULL erroneously was evaluated to FALSE.
      
      This happened because the Item_func_locate::fix_length_and_dec
      method by mistake set the value of the maybe_null flag for 
      the function item to 0. In consequence of this the function 
      was considered as the one that could not ever return NULL.
      0f0d4720
  5. 14 Jun, 2007 14 commits
  6. 13 Jun, 2007 2 commits
  7. 12 Jun, 2007 12 commits
  8. 11 Jun, 2007 3 commits