1. 13 Feb, 2006 1 commit
  2. 09 Feb, 2006 8 commits
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/4.1.heap · efc7ab51
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      mysql-test/t/heap.test:
        Auto merged
      mysql-test/r/heap.result:
        merge
      efc7ab51
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 57621cae
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
      
      57621cae
    • unknown's avatar
      Fixed BUG#16896: Stored function: unused AGGREGATE-clause in CREATE FUNCTION · dcd5b5ac
      unknown authored
        Check if AGGREGATE was given with a stored (non-UDF) function, and return
        error in that case.
        Also made udf_example/udf_test work again, by adding a missing *_init()
        function. (_init() functions required unless --allow_suspicious_udfs is
        given to the server, since March 2005 - it seems udf_example wasn't updated
        at the time.)
      
      
      mysql-test/r/sp-error.result:
        Updated results for BUG#16896.
      mysql-test/t/sp-error.test:
        Added test case for BUG#16896.
      sql/share/errmsg.txt:
        New error message: ER_SP_NO_AGGREGATE
      sql/sql_yacc.yy:
        Check if AGGREGATE was used when creating a stored function (i.e. not an UDF).
      sql/udf_example.cc:
        Added myfunc_int_init() function to make it work when the server is running without
        --allow_suspicious_udfs.
      dcd5b5ac
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_faster/my50-mysqltestrun_faster · 8c23c558
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      8c23c558
    • unknown's avatar
      Force stop of old cluster · cdd88626
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Set $using_ndbcluster_master to 1 if cluster is supported, to force a stop of old running cluster
      cdd88626
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_faster/my50-mysqltestrun_faster · 30abbe64
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      30abbe64
    • unknown's avatar
      Start cluster only for testcases that really needs it and stop it when · 66ea1b6d
      unknown authored
      not needed by the tescases. This will save test time for those testcases
      that does not need cluster, but need a restart, as they dont have to wait
      the extra time it would take for cluster to restart. It will also save
      time for other testcases, as cluster does not 
      need to be contacted for each table to be dropped or created.
      Backport from 5.1
      
      
      mysql-test/lib/mtr_cases.pl:
        Mark all test cases where name contains "ndb" as ndbcluster needed
      mysql-test/lib/mtr_match.pl:
        Add mtr_match_substring function
      mysql-test/lib/mtr_stress.pl:
        Extre param to mysqld_start
      mysql-test/mysql-test-run.pl:
        Only start ndbcluster for testcases that needs it.
      66ea1b6d
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · a79227a9
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
      
      a79227a9
  3. 08 Feb, 2006 5 commits
  4. 07 Feb, 2006 17 commits
  5. 06 Feb, 2006 9 commits