An error occurred fetching the project authors.
  1. 24 Nov, 2009 1 commit
  2. 18 Nov, 2009 2 commits
  3. 03 Nov, 2009 1 commit
  4. 17 Sep, 2009 1 commit
    • Joerg Bruehe's avatar
      Fix bug#46980 · 67bcf54d
      Joerg Bruehe authored
          Option "--without-server" still not working in 5.1
      
      The general approach is to make sure that source files
      which require thread support are only compiled if the build
      really needs thread support,
      which means when the server is built or a thread-safe client
      library.
      
      This required several changes:
      - Make sure the subdirectories "storage/" and "plugin/" are
        only processed if the server is built, not ifclient-only.
      - Make the compilation of some modules which inherently
        require threading depend on thread supportin the build.
      - Separate the handling of threading in "configure.in" from
        that of server issues, threading is also needed in a
        non-server build of a thread-safe client library.
      
      Also, "libdbug" must get built even in a client-only build,
      so "dbug/" must be in the list of client directories.
      
      In addition, calls to thread functions in source files which
      can be built without thread support must use the wrapper
      functions which handle the non-threaded build.
      So the modules "client/mysqlimport.c" and "client/mysqlslap.c"
      must call "my_thread_end()" only via "mysql_thread_end()".
      67bcf54d
  5. 28 May, 2007 1 commit
  6. 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
  7. 17 Jun, 2006 1 commit
    • serg@serg.mylan's avatar
      atomic ops: · 48c453a4
      serg@serg.mylan authored
          my_atomic_XX_t -> intXX, no implicit locking anymore
          simplified framework, support for requested cleanups
      48c453a4
  8. 01 Jun, 2006 1 commit
    • serg@serg.mylan's avatar
      unittest: · 5409997d
      serg@serg.mylan authored
        rename *.t* to *-t* to be automake-friendly
        simplify Makefiles
      test_atomic.c:
        move to unittest, add GPL comment, fix warnings, convert to tap framework.
      configure:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      x86-gcc.h:
        fix gcc -ansi errors while maintaining readability
      ignore:
        added *-t
      5409997d
  9. 14 Apr, 2006 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · e1926a14
      kent@mysql.com authored
        Move -lmystrings after -ldbug, to define strmov() on HP-UX
      e1926a14
  10. 13 Apr, 2006 1 commit
  11. 06 Apr, 2006 1 commit
  12. 04 Apr, 2006 1 commit