1. 31 Jan, 2006 7 commits
  2. 30 Jan, 2006 13 commits
  3. 29 Jan, 2006 1 commit
  4. 28 Jan, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      Fixed bug #16260. · eb850720
      igor@rurik.mysql.com authored
      The problem has manifested itself in the cases when we have a nested outer join
      for which it can be inferred that one of the inner tables is a single row table.
      eb850720
  5. 27 Jan, 2006 4 commits
  6. 26 Jan, 2006 5 commits
  7. 25 Jan, 2006 7 commits
  8. 24 Jan, 2006 2 commits
    • anozdrin@mysql.com's avatar
      Fix for the following bugs: · 378147a2
      anozdrin@mysql.com authored
        - BUG#15166: Wrong update permissions required to execute triggers
        - BUG#15196: Wrong select permission required to execute triggers
      
      The idea of the fix is to check necessary privileges
      in Item_trigger_field::fix_fields(), instead of having "special variables"
      technique. To achieve this, we should pass to an Item_trigger_field instance
      a flag, which will indicate the usage/access type of this trigger variable.
      378147a2
    • joerg@mysql.com's avatar