1. 14 May, 2002 9 commits
    • unknown's avatar
      - Added new type GET_STRALC to my_getopt. · 21c1e5be
      unknown authored
      - Fixed some bugs, wrongly freed pointers, in some clients.
      - Removed unneccessary code.
      - Fixed some other minor bugs and added some options into
        variables category, which had accidently been left out earlier.
      
      
      client/mysql.cc:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqladmin.c:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqlcheck.c:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqldump.c:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqlimport.c:
        Removed unneccessary code.
        Fixed a bug in option --ignore-lines
      client/mysqlshow.c:
        Removed unneccessary code.
      include/my_getopt.h:
        Added new type, GET_STRALC. The name stands for GET STRING ALLOC,
        which means that the struct member value and u_max_value are
        strings that must be alloced and freed when used.
        The normal GET_STR works similarly otherwise, except that it's
        arguments are just pointers to strings, not alloced ones.
      mysys/my_getopt.c:
        Added support for GET_STRALC
      21c1e5be
    • unknown's avatar
      manual.texi Operators are operators, not functions, so they take · f20dda3e
      unknown authored
      manual.texi	operands, not arguments.
      
      
      Docs/manual.texi:
        Operators are operators, not functions, so they take
        operands, not arguments.
      f20dda3e
    • unknown's avatar
      manual.texi Update description of logical AND. (In 3.23.9, it changed · 36138448
      unknown authored
      manual.texi	behavior to return NULL, not zero, if either operand is NULL)
      
      
      Docs/manual.texi:
        Update description of logical AND. (In 3.23.9, it changed
        behavior to return NULL, not zero, if either operand is NULL)
      36138448
    • unknown's avatar
      manual.texi Change note mods, 3.23.51. · 45bcd69a
      unknown authored
      
      Docs/manual.texi:
        Change note mods, 3.23.51.
      45bcd69a
    • unknown's avatar
      manual.texi Clarify meaning of SET TRANSACTION. · c1d71970
      unknown authored
      
      Docs/manual.texi:
        Clarify meaning of SET TRANSACTION.
      c1d71970
    • unknown's avatar
      manual.texi Add --quote-names to mysqldump option list. · eb4a0722
      unknown authored
      
      Docs/manual.texi:
        Add --quote-names to mysqldump option list.
      eb4a0722
    • unknown's avatar
      manual.texi DATE_FORMAT() %U, %u, %V, %u specifiers produce two digits. · 7b502760
      unknown authored
      
      Docs/manual.texi:
        DATE_FORMAT() %U, %u, %V, %u specifiers produce two digits.
      7b502760
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · ac6c4f6c
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      ac6c4f6c
    • unknown's avatar
      added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl · 4b4b955e
      unknown authored
      
      mysql-test/t/func_encrypt-master.opt:
        added --loose to --des-key-file for mysql-test not to fail w/o ssl
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4b4b955e
  2. 13 May, 2002 1 commit
  3. 12 May, 2002 1 commit
  4. 11 May, 2002 1 commit
    • unknown's avatar
      - Fixed some option types in my_getopt struct in all clients. · 3dd34147
      unknown authored
      - Added special option/variable prefix '--loose-' to my_getopt.c
      
      
      client/mysql.cc:
        Fixed some variable types.
      client/mysqladmin.c:
        Fixed some variable types.
      client/mysqlcheck.c:
        Fixed some variable types.
      client/mysqldump.c:
        Fixed some variable types.
      client/mysqlimport.c:
        Fixed some variable types.
      client/mysqlshow.c:
        Fixed some variable types.
      myisam/myisamchk.c:
        Fixed some variable types.
      mysys/my_getopt.c:
        Fixed a bug in noticing whether argument was allowed to option (variable).
        Added support for prefix --loose-option-name
        This will work with options and variables, but not with --set-variable (!)
        --set-variable is depricated and --variable-name=value should be used
        instead. When used, my_getopt will not return error if option/variable
        was not found, but print a warning, do a no-op and continue.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3dd34147
  5. 10 May, 2002 1 commit
  6. 09 May, 2002 4 commits
  7. 08 May, 2002 9 commits
  8. 07 May, 2002 4 commits
  9. 04 May, 2002 1 commit
  10. 03 May, 2002 8 commits
    • unknown's avatar
      Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 · 3ab427c3
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
      
      
      3ab427c3
    • unknown's avatar
      Typo fixed · ebe90e6b
      unknown authored
      ebe90e6b
    • unknown's avatar
      Re-added the missing comma as required by the manual style guide · 17c78eec
      unknown authored
      
      configure.in:
        Fixed missing comma
      17c78eec
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 53356ec6
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      53356ec6
    • unknown's avatar
      Added "gnutar" to the TARs to check for, since this seems to be · f34a7fc2
      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
      f34a7fc2
    • unknown's avatar
    • unknown's avatar
      Reworked the RPM spec file and added several fixes to make the · 7c510b93
      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
      7c510b93
    • unknown's avatar
      af75c44b
  11. 02 May, 2002 1 commit