1. 27 Sep, 2005 12 commits
  2. 26 Sep, 2005 10 commits
    • unknown's avatar
      Fixed BUG#6127: Stored procedure handlers within handlers don't work · 10a92d85
      unknown authored
          Replaced the dumb in-handler/not-in-handler check with a proper recursion
          check of handlers being executed.
          (Re-commit in a different tree, to make push possible.)
      
      
      mysql-test/r/sp.result:
        New test case for BUG#6127.
      mysql-test/t/sp.test:
        New test case for BUG#6127.
      sql/sp_head.cc:
        Replaced the setting of ctx->in_handler with a enter/exit handler methods.
      sql/sp_rcontext.cc:
        Replaced the boolean in_handler flag with a stack of handlers being exectuted, for proper recursion check.
      sql/sp_rcontext.h:
        Replaced the boolean in_handler flag with a stack of handlers being exectuted, for proper recursion check.
        (And added some comments in the sp_rcontext class.)
      10a92d85
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 82b582f5
      unknown authored
      into moonbone.local:/work/13424-bug-5.0-mysql
      
      82b582f5
    • unknown's avatar
      Fix for bug #13367 · d06efbdd
      unknown authored
      d06efbdd
    • unknown's avatar
      Fix bug #13424 locking view with query cache enabled crashes server · acf103fd
      unknown authored
      For LOCK view is opened but not prepared thus leaving 'table' field set to
      NULL. invalidate_locked_for_write() wasn't checking that and call to 
      invalidate_table(NULL) crashes server.
      
      To invalidate_locked_for_write() added check that ensures that table is
      completely opened.
      
      
      sql/sql_cache.cc:
        Fix bug #13424 locking view with query cache enabled crashes server
        Added check that table is completely opened.
      mysql-test/t/view_query_cache.test:
        Test case for bug#13424 locking view with query cache enabled crashes server
      mysql-test/r/view_query_cache.result:
        Test case for bug#13424 locking view with query cache enabled crashes server
      acf103fd
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 743fbc7d
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      743fbc7d
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · 5e73c1cf
      unknown authored
      into  127.(none):/home/osku/mysql/5.0/clean
      
      5e73c1cf
    • unknown's avatar
      InnoDB: Handle temporary file creation failure more gracefully. · e9ea7474
      unknown authored
      
      innobase/row/row0ins.c:
        Don't assert on temp file creation failure.
      e9ea7474
    • unknown's avatar
      Merging · f80a1cc2
      unknown authored
      f80a1cc2
    • unknown's avatar
      Merging · 91a38c26
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      91a38c26
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 76c0417b
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      76c0417b
  3. 25 Sep, 2005 3 commits
  4. 24 Sep, 2005 3 commits
  5. 23 Sep, 2005 12 commits