1. 27 Sep, 2005 10 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 6c2dad0d
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
      
      
      6c2dad0d
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · fe3e77d8
      unknown authored
      into  127.(none):/home/osku/mysql/5.0/clean
      
      
      fe3e77d8
    • unknown's avatar
      Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6fa0ed40
      unknown authored
      into polly.local:/home/kaa/src/mysql-5.0
      
      
      6fa0ed40
    • unknown's avatar
      Fix for bug #13367, post-review changes · 912317f3
      unknown authored
      912317f3
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · c6240dcd
      unknown authored
      into  127.(none):/home/osku/mysql/5.0/clean
      
      
      c6240dcd
    • unknown's avatar
      InnoDB: Fix compile warning. · bb292ca1
      unknown authored
      
      innobase/include/trx0trx.h:
        Change trx_set_detailed_error's second argument to const char*.
      innobase/trx/trx0trx.c:
        Change trx_set_detailed_error's second argument to const char*.
      bb292ca1
    • unknown's avatar
      item.cc: · d7e4e1a5
      unknown authored
        Fixed bug #13410.
        Fixed name resolution for qualified reference to a view column
        in the HAVING clause.
      view.result, view.test:
        Added a test case for bug #13410.
      
      
      mysql-test/t/view.test:
        Added a test case for bug #13410.
      mysql-test/r/view.result:
        Added a test case for bug #13410.
      sql/item.cc:
        Fixed bug #13410.
        Fixed name resolution for qualified reference to a view column
        in the HAVING clause.
      d7e4e1a5
    • unknown's avatar
      portability.h: · 706731cf
      unknown authored
        Define SHUT_RDWR for OpenServer 5
      
      
      server-tools/instance-manager/portability.h:
        Define SHUT_RDWR for OpenServer 5
      706731cf
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 2cd3fd41
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
      
      
      2cd3fd41
    • unknown's avatar
      sql_base.cc, item.cc: · f6a552b1
      unknown authored
        Fixed bug #13411.
        Fixed name resolution for non-qualified reference to a view column
        in the HAVING clause.
      view.result, view.test:
        Added a test case for bug #13411.
      
      
      mysql-test/t/view.test:
        Added a test case for bug #13411.
      mysql-test/r/view.result:
        Added a test case for bug #13411.
      sql/item.cc:
        Fixed bug #13411.
        Fixed name resolution for non-qualified reference to a view column
        in the HAVING clause.
      sql/sql_base.cc:
        Fixed bug #13411.
        Fixed name resolution for non-qualified reference to a view column
        in the HAVING clause.
      f6a552b1
  2. 26 Sep, 2005 10 commits
    • unknown's avatar
      Fixed BUG#6127: Stored procedure handlers within handlers don't work · ad8ff141
      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.)
      ad8ff141
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4aa9a107
      unknown authored
      into moonbone.local:/work/13424-bug-5.0-mysql
      
      
      4aa9a107
    • unknown's avatar
      Fix for bug #13367 · aeca681b
      unknown authored
      aeca681b
    • unknown's avatar
      Fix bug #13424 locking view with query cache enabled crashes server · 05c17f2a
      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
      05c17f2a
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 526a1a92
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      526a1a92
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6f126ba4
      unknown authored
      into  127.(none):/home/osku/mysql/5.0/clean
      
      
      6f126ba4
    • unknown's avatar
      InnoDB: Handle temporary file creation failure more gracefully. · 3d23a234
      unknown authored
      
      innobase/row/row0ins.c:
        Don't assert on temp file creation failure.
      3d23a234
    • unknown's avatar
      Merging · cbfe4f59
      unknown authored
      cbfe4f59
    • unknown's avatar
      Merging · f6b2b7a4
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      f6b2b7a4
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · e2829d41
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      e2829d41
  3. 25 Sep, 2005 3 commits
  4. 24 Sep, 2005 3 commits
  5. 23 Sep, 2005 14 commits