1. 08 May, 2002 1 commit
  2. 07 May, 2002 4 commits
  3. 03 May, 2002 7 commits
    • unknown's avatar
      Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 · 552b482e
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
      
      552b482e
    • unknown's avatar
      Typo fixed · 381c8136
      unknown authored
      381c8136
    • unknown's avatar
      Re-added the missing comma as required by the manual style guide · 59f3c926
      unknown authored
      
      configure.in:
        Fixed missing comma
      59f3c926
    • unknown's avatar
      Added "gnutar" to the TARs to check for, since this seems to be · 0fa099f6
      unknown authored
      how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net> 
      for the hint)
      
      
      BitKeeper/etc/ignore:
        Added mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz mysql-4.0.2-alpha.tar.gz mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz to the ignore list
      configure.in:
        Added "gnutar" to AC_CHECK_PROGS(TAR) for MacOS
      0fa099f6
    • unknown's avatar
    • unknown's avatar
      Reworked the RPM spec file and added several fixes to make the · 2bafafb2
      unknown authored
      build scripts work again.
      
      
      BUILD/compile-pentium-max:
        Added "--with-embedded-server" to have the libmysqld files included
        in the source distribution when using "make dist"
      Build-tools/Do-linux-build:
        Only use the "--with-other-libc" parameter, if another libc actually
        exists, since this will also force static linking, which does not work
        together with OpenSSL
      Makefile.am:
        Removed hard-coded file name for TAR, let configure do this instead
        (many systems actually ship GNU tar installed as "tar" instead of
        "gtar")
      configure.in:
        Added check for GNU tar named "gtar", fall back to "tar" if "gtar"
        was not found (and hope, that it's a GNU tar as well - this should
        probably be checked more properly)
      include/Makefile.am:
        Added "my_semaphore.h" to pkginclude_HEADERS since it was missing
        from the distribution
      strings/Makefile.am:
        Added "longlong2str.c" since it was missing from the distribution
      support-files/mysql.server.sh:
        Added LSB-compatible header info to make init script more portable
      support-files/mysql.spec.sh:
        - Use more RPM macros (e.g. infodir, mandir) to make the spec
          file more portable
        - reorganized the installation of documentation files: let RPM
          take care of this
        - reorganized the file list: actually install man pages along
          with the binaries of the respective subpackage
        - don't include libmysqld.a in the devel subpackage as well, if we
          have a special "embedded" subpackage
        - reworked the package descriptions
      2bafafb2
    • unknown's avatar
      20519bf0
  4. 02 May, 2002 7 commits
  5. 01 May, 2002 2 commits
  6. 30 Apr, 2002 4 commits
  7. 29 Apr, 2002 12 commits
  8. 28 Apr, 2002 3 commits