An error occurred fetching the project authors.
  1. 03 Dec, 2008 2 commits
  2. 24 Oct, 2008 2 commits
  3. 06 Oct, 2008 2 commits
  4. 02 Oct, 2008 1 commit
    • Chad MILLER's avatar
      Bug#11122: Server won't always start when cold-booting after a crash · 5317b7de
      Chad MILLER authored
      The grep expression that finds a running "mysqld" program fails if the
      "mysqld_safe" is running with the same PID.
      
      Now, excise "ps" output that has the word " grep" or "mysqld_safe" in 
      it, to be a little more certain that the matched process is not a false 
      positive hit.  This will fail when the path to mysqld contains either
      of those two names, which should be acceptable.
      
      Additionally, some text to search could be truncated if very long.  
      Expand the number of lines "ps" emits.
      5317b7de
  5. 19 Sep, 2008 1 commit
  6. 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
  7. 13 Aug, 2008 2 commits
  8. 16 Jul, 2008 1 commit
  9. 09 Jul, 2008 1 commit
  10. 05 Jul, 2008 1 commit
  11. 27 Jun, 2008 3 commits
  12. 10 Jun, 2008 1 commit
  13. 16 May, 2008 1 commit
  14. 23 Apr, 2008 1 commit
  15. 29 Mar, 2008 1 commit
  16. 17 Mar, 2008 1 commit
  17. 03 Mar, 2008 1 commit
  18. 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
  19. 06 Feb, 2008 1 commit
  20. 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
  21. 11 Jan, 2008 1 commit
  22. 03 Jan, 2008 1 commit
  23. 14 Dec, 2007 1 commit
  24. 11 Dec, 2007 1 commit
  25. 22 Nov, 2007 1 commit
  26. 21 Nov, 2007 1 commit
  27. 20 Nov, 2007 1 commit
  28. 18 Oct, 2007 1 commit
  29. 15 Oct, 2007 1 commit
  30. 12 Oct, 2007 1 commit
  31. 26 Sep, 2007 1 commit
  32. 13 Sep, 2007 1 commit
    • tnurnberg@mysql.com/sin.intern.azundris.com's avatar
      Bug #15327: configure: --with-tcp-port option being partially ignored · 3c6ca8d6
      make sure that if builder configured with a non-standard (!= 3306)
      default TCP port that value actually gets used throughout. if they
      didn't configure a value, assume "use a sensible default", which
      will be read from /etc/services or, failing that, from the factory
      default. That makes the order of preference
      - command-line option
      - my.cnf, where applicable
      - $MYSQL_TCP_PORT environment variable
      - /etc/services (unless configured --with-tcp-port)
      - default port (--with-tcp-port=... or factory default)
      3c6ca8d6
  33. 27 Aug, 2007 1 commit
  34. 01 Aug, 2007 1 commit