1. 22 Nov, 2005 1 commit
    • bell@sanja.is.com.ua's avatar
      Fix for BUG#13549 "Server crash with nested stored procedures · 2bcd6897
      bell@sanja.is.com.ua authored
      if inner routine has more local variables than outer one, and
      one of its last variables was used as argument to NOT operator".
      
      THD::spcont was non-0 when we were parsing stored routine/trigger
      definition during execution of another stored routine. This confused
      methods of Item_splocal and forced them use wrong runtime context.
      Fix ensures that we always have THD::spcont equal to zero during
      routine/trigger body parsing. This also allows to avoid problems
      with errors which occur during parsing and SQL exception handlers.
      2bcd6897
  2. 05 Oct, 2005 1 commit
  3. 04 Oct, 2005 16 commits
  4. 03 Oct, 2005 13 commits
  5. 01 Oct, 2005 7 commits
  6. 30 Sep, 2005 2 commits