An error occurred fetching the project authors.
  1. 01 Feb, 2010 1 commit
  2. 01 Dec, 2009 1 commit
  3. 09 Nov, 2009 1 commit
  4. 30 Sep, 2009 1 commit
    • Vladislav Vaintroub's avatar
      Backport http://lists.mysql.com/commits/57778 · 28015993
      Vladislav Vaintroub authored
      2677 Vladislav Vaintroub	2008-11-04
      CMakeLists.txt files cleanup
      - remove SAFEMALLOC and SAFE_MUTEX definitions that were 
      present in *each* CMakeLists.txt. Instead, put them into top level 
      CMakeLists.txt, but disable on Windows, because
      a) SAFEMALLOC does not add any functionality that is not already
      present in Debug C runtime ( and 2 safe malloc one on top of the other 
      only unnecessarily slows down the server) 
            
      b)SAFE_MUTEX does not work on Windows  and have been
      explicitely  disabled on Windows with #undef previously.  Fortunately,
      ntdll does  pretty good  job identifying l problems with 
      CRITICAL_SECTIONs.
      DebugBreak()s on using uninited critical section, unlocking unowned 
      critical section)
            
      -Also, remove occationally used -D_DEBUG (added by compiler 
      anyway)
      28015993
  5. 10 Jun, 2009 1 commit
  6. 30 Jan, 2008 1 commit
  7. 06 Aug, 2007 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      CMakeLists.txt (many), win/README, mysql_manifest.cmake, configure.js: · 413d1e1a
      kent@mysql.com/kent-amd64.(none) authored
        Additional changes for bug#29903
        - Changed to do embedded build part as normal build, when
          WITH_EMBEDDED_SERVER is set.
        - Allow both normal and debug build with embedded.
        - Build static embedded library by pointing out all source and compile
          it all, i.e. not building libraries from libraries, not portable.
        - Let embedded use generated files from the "sql" directory, added
          dependencies to make sure built before embedded.
        - Mark library "dbug" in TARGET_LINK_LIBRARIES() with "debug", so only
          linked in when debug target is used.
        - Removed change of target name with "mysqld${MYSQLD_EXE_SUFFIX}", as
          others can't depend on it, not defined at configure time. Instead
          set the output file name.
        - Created work around for bug in CMake 2.4.6 and output names, to
          set the "mysqld<suffix>.pdb" name to the same base name.
        - Set the correct manifest "name" (patch by iggy)
      413d1e1a
  8. 31 Dec, 2006 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      Many files: · 67868597
      kent@mysql.com/kent-amd64.(none) authored
        Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
        Adjusted year(s) in copyright header 
        Added GPL copyright text
      my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc:
        Changed copyright header formatting some
      plugin_example.c, daemon_example.c:
        Added "Copyright (C) 2006 MySQL AB" to GPL header
      67868597
  9. 20 Aug, 2006 1 commit
  10. 11 May, 2006 1 commit
  11. 03 May, 2006 1 commit
  12. 20 Apr, 2006 1 commit
  13. 28 Mar, 2006 1 commit
  14. 15 Mar, 2006 1 commit
  15. 07 Feb, 2006 1 commit
  16. 31 Jan, 2006 1 commit