1. 01 Nov, 2005 3 commits
    • unknown's avatar
      Fixed BUG#14376: MySQL crash on scoped variable (re)initialization · 12d4ff2a
      unknown authored
        Added finer scope control for default clauses of local variable
        declarations.
      
      
      mysql-test/r/sp.result:
        New test case for BUG#14376.
      mysql-test/t/sp.test:
        New test case for BUG#14376.
      sql/sp_pcontext.cc:
        Added boundary variable for local parameters/variables,
        for better scope control of default values.
      sql/sp_pcontext.h:
        Added boundary variable for local parameters/variables,
        for better scope control of default values.
      sql/sql_yacc.yy:
        Make the variables of the current DECLARE "invisible" to its DEFAULT clause.
      12d4ff2a
    • unknown's avatar
      gis.test fixed · 40639956
      unknown authored
      
      mysql-test/r/gis.result:
        test result fixed
      40639956
    • unknown's avatar
      mysql-test-run.pl: · bce108ec
      unknown authored
        Make IM ports change with MTR_BUILD_THREAD
      
      
      mysql-test/mysql-test-run.pl:
        Make IM ports change with MTR_BUILD_THREAD
      bce108ec
  2. 31 Oct, 2005 9 commits
  3. 29 Oct, 2005 5 commits
  4. 28 Oct, 2005 23 commits