An error occurred fetching the project authors.
  1. 27 Mar, 2007 1 commit
  2. 31 Dec, 2006 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      my_strtoll10-x86.s: · 6523aca7
      kent@mysql.com/kent-amd64.(none) authored
        Corrected spelling in copyright text
      Makefile.am:
        Don't update the files from BitKeeper
      Many files:
        Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
        Adjusted year(s) in copyright header 
      Many files:
        Added GPL copyright text
      Removed files:
        Docs/Support/colspec-fix.pl
        Docs/Support/docbook-fixup.pl
        Docs/Support/docbook-prefix.pl
        Docs/Support/docbook-split
        Docs/Support/make-docbook
        Docs/Support/make-makefile
        Docs/Support/test-make-manual
        Docs/Support/test-make-manual-de
        Docs/Support/xwf
      6523aca7
  3. 23 Dec, 2006 1 commit
  4. 23 Nov, 2006 1 commit
  5. 13 Nov, 2006 4 commits
  6. 03 Oct, 2006 2 commits
  7. 13 Sep, 2006 1 commit
  8. 01 Sep, 2006 1 commit
  9. 30 Jul, 2006 1 commit
  10. 24 Jul, 2006 1 commit
  11. 06 Jun, 2006 1 commit
    • monty@mysql.com's avatar
      Re-apply missing changeset, orignally pushed by elliot · e50412ef
      monty@mysql.com authored
      Add define YASSL_PREFIX when compiling yassl
      
      Import patch from yaSSL
      - avoid allocating memory for each call to 'EVP_md5' and 
        'EVP_des_ede3_cbc' which were not released until server was stopped
      - Those functions are used from the SQL function 'des_encrypt' and
        'des_decrypt'.
      
      Add new define YASSL_PREFIX beforee including ssl.h to activate inclusion of prefix_*.h files
      
      Bug#20022 mysql-test-run can't be run with secure connections turned on for all testcases
      - Part 1, fixes rpl- and federated-tests where connection is made to 127.0.0.1
      
      - Include prefix files that renames all public functions in yaSSLs
        OpenSSL API to ya<function_name>. They will otherwise conflict
        with OpenSSL functions if loaded by an application that uses OpenSSL
        as well as libmysqlclient with yaSSL support.
      
      Bug#18235: assertion/crash when windows mysqld is ended with ctrl-c
        
      Two threads both try a shutdown sequence which creates a race to the
      de-init/free of certain resources.
        
      This exists in similar form in the client as 17926: "mysql.exe crashes
      when ctrl-c is pressed in windows."
      
      Update after merge to 5.0
      
      BUG#18669: Session COM_STATISTICS breaks mysqladmin status.
      Changed COM_STATISTICS to display the global status, instead of thead status, for slow queries and table opens.
      
      - In function 'handle_grant_struct' when searching the memory structures for an 
        entry to modify, convert all entries here host.hostname is NULL to "" and compare that 
        with the host passed in argument "user_from".
      - A user created with hostname "" is stored in "mysql.user" table as host="" but when loaded into 
        memory it'll be stored as host.hostname NULL. Specifiying "" as hostname means
        that "any host" can connect. Thus is's correct to turn on allow_all_hosts
        when such a user is found. 
      - Review and fix other places where host.hostname may be NULL.
      
      BUG#19394 OPT_INNODB_THREAD_CONCURRENCY duplicated
      Removed duplication (not a user-visible change)
      e50412ef
  12. 31 May, 2006 1 commit
  13. 28 May, 2006 1 commit
  14. 12 May, 2006 1 commit
  15. 28 Apr, 2006 1 commit
  16. 12 Apr, 2006 1 commit
  17. 24 Mar, 2006 1 commit
  18. 18 Mar, 2006 1 commit
  19. 24 Feb, 2006 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · 5484ee58
      kent@mysql.com authored
        Conditionally link with libmysqlclient.la or libmysqlclient_r.la
      configure.in:
        Corrected help text for --with-debug option
        Changed default to be with thread safe client
        Added THREAD_SAFE_CLIENT to be used in 'if' in make files
      5484ee58
  20. 20 Feb, 2006 1 commit
  21. 19 Feb, 2006 1 commit
  22. 18 Feb, 2006 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · 9aca849d
      kent@mysql.com authored
        Add an extra -lpthread before first -lc, to solve link
        problems when statically linking with glibc 2.2.5
      make_win_src_distribution.sh:
        Added copying of the include/mysql directory
      9aca849d
  23. 13 Feb, 2006 2 commits
  24. 16 Jan, 2006 1 commit
  25. 12 Jan, 2006 1 commit
  26. 10 Jan, 2006 1 commit
  27. 29 Dec, 2005 1 commit
    • brian@zim.(none)'s avatar
      Added option --lock-directory so that you can now syncronize several mysqlslap... · f5563028
      brian@zim.(none) authored
      Added option --lock-directory so that you can now syncronize several mysqlslap processes across several machines. Not perfect yet.
      
      Added --slave option if you are trying to syncronize around one server using the lock-directory option plus NFS. 
      
      Added options to allow you to run several concurrency runs in one call. aka --concurrency="1, 8, 64, 128"
      
      Time collection is now done in a finer grain manner, and is linked to the sync call (doesn't count the cost of the blocked processes that are setup to run).
      
      f5563028
  28. 22 Dec, 2005 1 commit
  29. 30 Nov, 2005 1 commit
  30. 09 Nov, 2005 1 commit
  31. 18 Oct, 2005 1 commit
  32. 24 Sep, 2005 1 commit
  33. 05 Jul, 2005 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · a7be4216
      kent@mysql.com authored
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      a7be4216
  34. 12 Jun, 2005 1 commit
  35. 30 Apr, 2005 1 commit
    • serg@serg.mylan's avatar
      yassl changeset 2: · 9c332d8d
      serg@serg.mylan authored
        remove FIX_GCC_LINKING_PROBLEM and -DDEFINE_CXA_PURE_VIRTUAL
        replace echo in configure.in with AC_MSG_WARN/AC_MSG_ERROR
        don't set -DUSE_MYSYS_NEW for gcc 2.95
        set $USE_MYSYS_NEW even if CXX is g++
        yassl bugfixes
        instantiate all yassl templates explicitly
      9c332d8d