1. 18 Apr, 2006 6 commits
    • unknown's avatar
      Merge · 5f5fc231
      unknown authored
      5f5fc231
    • unknown's avatar
      configure.in: · 9fcc2dc9
      unknown authored
        Stepped up version to 5.0.20a
      
      
      configure.in:
        Stepped up version to 5.0.20a
      9fcc2dc9
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-release · e1951da9
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-release
      
      e1951da9
    • unknown's avatar
      Bug#18815 libmysql using yassl can't be linked with c program · bf7313a1
      unknown authored
       - Apply patch to remove dependency on C++ libs when linking "libmysql" from c
      
      
      extra/yassl/include/openssl/rsa.h:
        Fix spelling error
      extra/yassl/include/openssl/ssl.h:
        Fix spelling error
      extra/yassl/include/yassl_int.hpp:
        Remove static instance
      extra/yassl/include/yassl_types.hpp:
        Add CleanUp function for static singletons
      extra/yassl/src/handshake.cpp:
        Use buffered.reset(0) instead of null_buffer
      extra/yassl/src/template_instnt.cpp:
        Add instantiation of two new templates
      extra/yassl/src/yassl_int.cpp:
        Use static pointers for singletons
      extra/yassl/taocrypt/include/integer.hpp:
        Remove statoc singletons from class scope
      extra/yassl/taocrypt/include/misc.hpp:
        Add clenaup function
      extra/yassl/taocrypt/include/runtime.hpp:
        Add runtime for Solaris
      extra/yassl/taocrypt/src/algebra.cpp:
        Use mySTL::vector to avoid array of Element being on the stack
      extra/yassl/taocrypt/src/integer.cpp:
        Use static pointers for singletons
        Add cleanup function
      extra/yassl/taocrypt/src/template_instnt.cpp:
        Add instantiation of one new template
      bf7313a1
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-release · 713fa65d
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
      
      713fa65d
    • unknown's avatar
      mysql.cc: · 30e11160
      unknown authored
        revert bug#16855 "fix" per Monty's request
      
      
      client/mysql.cc:
        revert bug#16855 "fix" per Monty's request
      30e11160
  2. 13 Apr, 2006 1 commit
  3. 12 Apr, 2006 2 commits
    • unknown's avatar
      disabled.def: · 12520870
      unknown authored
        Disabled 'rpl_deadlock_innodb', randomly failing
      
      
      mysql-test/t/disabled.def:
        Disabled 'rpl_deadlock_innodb', randomly failing
      12520870
    • unknown's avatar
      disabled.def: · cea115d0
      unknown authored
        To somplify merge later, make files more similar in format
      
      
      mysql-test/t/disabled.def:
        To somplify merge later, make files more similar in format
      cea115d0
  4. 10 Apr, 2006 2 commits
    • unknown's avatar
      disabled.def: · d26c3629
      unknown authored
        Disabled randomly failing tests
      
      
      mysql-test/t/disabled.def:
        Disabled randomly failing tests
      d26c3629
    • unknown's avatar
      mysql-test-run.pl: · bbf17143
      unknown authored
        Added --ndbcluster_port for backward compatibility
      make_win_src_distribution.sh:
        Updated to reflect 5.1 changes
      
      
      scripts/make_win_src_distribution.sh:
        Updated to reflect 5.1 changes
      mysql-test/mysql-test-run.pl:
        Added --ndbcluster_port for backward compatibility
      bbf17143
  5. 08 Apr, 2006 2 commits
  6. 07 Apr, 2006 25 commits
  7. 06 Apr, 2006 2 commits
    • unknown's avatar
      Implement --warning-mode in SETUP.sh. The value of the · 80cd9c14
      unknown authored
      argument can be either "pedantic" or "old" (actually, or anything
      else). In case of "pedantic" mode, use -ansi -pedantic compilation
      flags. Fix the build to compile in pedantic mode. (Version 3 of
      the patch, with after-review fixes)
      
      
      BUILD/SETUP.sh:
        Implement --warning-mode in SETUP.sh. The value of the
        argument can be either "pedantic" or "old" (actually, or anything
        else). In case of "pedantic" mode, use -ansi -pedantic compilation
        flags.
      BUILD/compile-pentium-debug-max-no-embedded:
        Rename base_max_configs to base_no_embedded_configs
      BUILD/compile-pentium-debug-max:
        Use double quotes around $@
      BUILD/compile-pentium-valgrind-max:
        Pass command line arguments to SETUP.sh. Allows calling
        compile-pentium-valgrind-max --warning-mode=pedantic
      include/my_global.h:
        Remove an unnecessary ifdef: -pedantic hides the system-wide
        definition of ulong on Linux. In case there is no -pedantic, 
        the system-wide definition is available and HAVE_ULONG is defined
        by configure.
      80cd9c14
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4a3072b0
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      4a3072b0