An error occurred fetching the project authors.
  1. 25 Aug, 2008 1 commit
    • Joerg Bruehe's avatar
      Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build · ff3d230a
      Joerg Bruehe authored
      Mostly, this affected files (programs, scripts, and manual pages)
      which got built during a RPM build but were not listed in the
      appropriate "%files" section of the "spec" file.
      This is fixed now, they are added.
      
      To make this consistent, this patch also makes the build of "innochecksum"
      (and its inclusion in a tar.gz or other package) depend on whether InnoDB
      is configured in the build.
      
      Also, some tools to create Windows packages are irrelevant in any binary
      Unix package (not the sources !), and so they are deleted before packaging.
      ff3d230a
  2. 13 Aug, 2008 2 commits
  3. 24 Jul, 2008 1 commit
  4. 16 Jul, 2008 1 commit
  5. 14 Jul, 2008 1 commit
  6. 09 Jul, 2008 1 commit
  7. 05 Jul, 2008 1 commit
  8. 30 Jun, 2008 2 commits
  9. 27 Jun, 2008 3 commits
  10. 20 Jun, 2008 3 commits
  11. 19 Jun, 2008 1 commit
    • Davi Arnaut's avatar
      Bug#37003 Tests sporadically crashes with embedded server · e7f3c5fc
      Davi Arnaut authored
      Another problem is that the backtrace facility wasn't being
      enabled for non-Linux targets even if the target OS has the
      backtrace functions. Also, the stacktrace functions inside
      mysqltest were being used without proper checks for their
      presence in the build.
      e7f3c5fc
  12. 18 Jun, 2008 1 commit
    • Davi Arnaut's avatar
      Bug#37003 Tests sporadically crashes with embedded server · 30bd1d7c
      Davi Arnaut authored
      The problem was that when a embedded linked version of mysqltest
      crashed there was no way to obtain a stack trace if no core file
      is available. Another problem is that the embedded version of
      libmysql was not behaving (crash) the same as the non-embedded with
      respect to sending commands to a explicitly closed connection.
      
      The solution is to generate a mysqltest's stack trace on crash
      and to enable "reconnect" if the connection handle was explicitly
      closed so the behavior matches the non-embedded one.
      30bd1d7c
  13. 10 Jun, 2008 1 commit
  14. 21 May, 2008 1 commit
  15. 16 May, 2008 1 commit
  16. 23 Apr, 2008 1 commit
  17. 31 Mar, 2008 1 commit
  18. 29 Mar, 2008 1 commit
  19. 17 Mar, 2008 1 commit
  20. 03 Mar, 2008 1 commit
  21. 26 Feb, 2008 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      configure.in: · ff25b925
      kent@mysql.com/kent-amd64.(none) authored
        Corrected calculation of version id, incorrect last two digits if < 10
        Keep "sp1" or "a" in MYSQL_NO_DASH_VERSION, to set correct version in
        RPM spec file
        Added MYSQL_NUMERIC_VERSION that is like MYSQL_NO_DASH_VERSION before
        Added clear doc how the different version variables differ
      SocketServer.cpp:
        Corrected typo in debug error message
      ff25b925
  22. 19 Feb, 2008 1 commit
  23. 07 Feb, 2008 1 commit
    • davi@mysql.com/endora.local's avatar
      Bug#31891 Meaningful stack trace · 24830674
      davi@mysql.com/endora.local authored
      On crashes generate a user-friendly resolved and demangled stack
      trace when libc provides the necessary functions (newer libc on i386,
      x86_64, powerpc, ia64, alpha and s390). Otherwise print a numeric
      stack trace as before, relying on resolve_stack_dump utility.
      24830674
  24. 06 Feb, 2008 1 commit
  25. 23 Jan, 2008 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#27427: resolveip fails on hostnames with a leading digit · c13d726f
      cmiller@zippy.cornsilk.net authored
      Patch by Kasper Dupont.  No CLA required for this size of patch.
      
      "resolveip" program produces incorrect result if given a hostname
      starting with a digit.  Someone seems to have thought that names 
      can not have digits at the beginning.
      
      Instead, use the resolver library to work out the rules of hostnames, 
      as it will undoubtedly be better at it than we are.
      c13d726f
  26. 19 Jan, 2008 1 commit
  27. 11 Jan, 2008 2 commits
  28. 03 Jan, 2008 1 commit
  29. 14 Dec, 2007 1 commit
  30. 11 Dec, 2007 1 commit
  31. 04 Dec, 2007 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      configure.in: · 5caf347a
      kent@mysql.com/kent-amd64.(none) authored
        Removed the auto detection and use of Solaris "libmtmalloc", as it
        cause regression on bug#18322. The code removed also prevented
        a build without using this library. Users can still compile with
        "libmtmalloc", if configuring with "--with-mysqld-libs=-lmtmalloc"
      5caf347a
  32. 22 Nov, 2007 1 commit
  33. 21 Nov, 2007 1 commit