1. 08 Aug, 2006 1 commit
  2. 31 Jul, 2006 1 commit
  3. 25 Jul, 2006 2 commits
  4. 22 Jul, 2006 9 commits
  5. 21 Jul, 2006 10 commits
  6. 20 Jul, 2006 1 commit
  7. 19 Jul, 2006 3 commits
    • igor@olga.mysql.com's avatar
      8b7fc77a
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/mysql-4.1-opt · d1c109ef
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/mysql-5.0-opt
      d1c109ef
    • igor@olga.mysql.com's avatar
      Fixed bug #17526: incorrect print method · f201828d
      igor@olga.mysql.com authored
      for class Item_func_trim. 
      For 4.1 it caused wrong output for EXPLAIN EXTENDED commands
      if expressions with the TRIM function of two arguments were used.
      For 5.0 it caused an error message when trying to select
      from a view with the TRIM function of two arguments.
      This unexpected error message was due to the fact that the
      print method for the class Item_func_trim was inherited from
      the class Item_func. Yet the TRIM function does not take a list
      of its arguments. Rather it takes the arguments in the form:
        [{BOTH | LEADING | TRAILING} [remstr] FROM] str) |
        [remstr FROM] str
      f201828d
  8. 18 Jul, 2006 3 commits
  9. 17 Jul, 2006 5 commits
  10. 16 Jul, 2006 1 commit
  11. 15 Jul, 2006 4 commits