1. 01 Nov, 2005 3 commits
    • unknown's avatar
      Fixed BUG#14376: MySQL crash on scoped variable (re)initialization · 2c4c542b
      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.
      2c4c542b
    • unknown's avatar
      gis.test fixed · 38901828
      unknown authored
      
      mysql-test/r/gis.result:
        test result fixed
      38901828
    • unknown's avatar
      mysql-test-run.pl: · fe3d5732
      unknown authored
        Make IM ports change with MTR_BUILD_THREAD
      
      
      mysql-test/mysql-test-run.pl:
        Make IM ports change with MTR_BUILD_THREAD
      fe3d5732
  2. 31 Oct, 2005 9 commits
  3. 29 Oct, 2005 5 commits
  4. 28 Oct, 2005 23 commits