1. 27 Jan, 2003 1 commit
    • unknown's avatar
      - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles, · c67dcb4b
      unknown authored
         so it's part of the distribution (manual.texi includes this file)
         It will be replaced with the correct one from the mysqldoc tree before
         building the distribution
       - removed generation and inclusion of MIRRORS file, since the mirror list
         is no longer part of manual.texi anyway
       - replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy
       - Redirect standard error when checking for dpkg-architecture in ltconfig
         to avoid error message showing during configuration
      
      
      Docs/Makefile.am:
         - added reservedwords.texi (which gets included by manual.texi)
         - removed MIRRORS (mirror list is not part of the manual anymore)
      Docs/reservedwords.texi:
         - Updated wording a bit after adding it to the tree
      Makefile.am:
         - removed MIRRORS from EXTRA_DIST (it's not part of the manual anymore)
      ltconfig:
         - Redirect standard error when checking for dpkg-architecture
           to avoid error message showing during configuration (thanks to
           John Wythe for the patch)
      sql/Makefile.am:
         - replaced YFLAGS with AM_YFLAGS to make automake happy
      c67dcb4b
  2. 24 Jan, 2003 2 commits
  3. 23 Jan, 2003 4 commits
    • unknown's avatar
      - bump up version number 3.23.55 -> 3.23.56 in configure.in · cdddf6c0
      unknown authored
       - tagged ChangeSet 1.1315 as "mysql-3.23.55"
      
      
      configure.in:
         - bump up version number 3.23.55 -> 3.23.56
      cdddf6c0
    • unknown's avatar
      - merge relevant Do-compile changes from 4.0 tree · 787a2d4e
      unknown authored
       - use "gnutar" on Mac OS X to build the binary distribution
      
      
      Build-tools/Do-compile:
         - merged relevevant changes from 4.0 (Options no-mysqltest, no-benchmark,
           log_timestamp function)
      scripts/make_binary_distribution.sh:
         - make sure to use "gnutar" (on Mac OS X) to pack up the binary distribution
           (Mac OS X "tar" seems to be buggy - the resulting tarballs appear to be
           corrupted, e.g. when opening them with Midnight Commander. GNU tar seems
           to extract them correctly, though)
      787a2d4e
    • unknown's avatar
      - reverted previous patch ("make distclean" tried to clean libmysql_r · bb0d32de
      unknown authored
         twice, if --enabable-thread-safe-client is enabled, which broke RPM
         building)
      
      
      Makefile.am:
         - reverted previous patch and removed libmysql_r from SUBDIRS again
           (it will automatically be added when --enable-thread-safe-client is
           used)
      bb0d32de
    • unknown's avatar
      small fix for SHOW STATUS · 7109e0e5
      unknown authored
      7109e0e5
  4. 21 Jan, 2003 6 commits
  5. 20 Jan, 2003 2 commits
    • unknown's avatar
      ha_innobase.cc: · c0dd9d0a
      unknown authored
        Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      
      
      sql/ha_innobase.cc:
        Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      c0dd9d0a
    • unknown's avatar
      os0file.c: · fb466c17
      unknown authored
        Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
      
      
      innobase/os/os0file.c:
        Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
      fb466c17
  6. 18 Jan, 2003 4 commits
  7. 17 Jan, 2003 3 commits
  8. 16 Jan, 2003 1 commit
  9. 15 Jan, 2003 2 commits
    • unknown's avatar
      btr0btr.h, btr0btr.c, row0purge.c: · cb460d38
      unknown authored
        Backport from 4.0: fix the BLOB hang if the index tree is of height 1
      
      
      innobase/row/row0purge.c:
        Backport from 4.0: fix the BLOB hang if the index tree is of height 1
      innobase/btr/btr0btr.c:
        Backport from 4.0: fix the BLOB hang if the index tree is of height 1
      innobase/include/btr0btr.h:
        Backport from 4.0: fix the BLOB hang if the index tree is of height 1
      cb460d38
    • unknown's avatar
      ha_innobase.cc: · b96140fe
      unknown authored
        Backport from 4.0: fix possible adaprive hash index latch hang
      
      
      sql/ha_innobase.cc:
        Backport from 4.0: fix possible adaprive hash index latch hang
      b96140fe
  10. 09 Jan, 2003 2 commits
  11. 08 Jan, 2003 1 commit
  12. 05 Jan, 2003 1 commit
    • unknown's avatar
      log0log.c: · 787307d5
      unknown authored
        Backport bugfix from 4.0: combined log file size >= 2 GB could cause log to be written in wrong place
      btr0pcur.c:
        Backport bugfix from 4.0: index cursor restoration could theoretically fail
      
      
      innobase/btr/btr0pcur.c:
        Backport bugfix from 4.0: index cursor restoration could theoretically fail
      innobase/log/log0log.c:
        Backport bugfix from 4.0: combined log file size >= 2 GB could cause log to be written in wrong place
      787307d5
  13. 04 Jan, 2003 1 commit
  14. 27 Dec, 2002 6 commits
  15. 26 Dec, 2002 2 commits
  16. 23 Dec, 2002 2 commits
    • unknown's avatar
      - Applied various patches provided by Christian Hammers (MySQL maintainer · a3444f37
      unknown authored
         for the Debian project) to fix some architecture-specific problems
         and some bugs
      
      
      Makefile.am:
         - put current directory (.) at front of SUBDIRS list, so that "distclean" 
           is done last. IF done first, "distclean" in include directory fails
           because config.h is missing, which is removed by distclean in current
           directory. (thanks to "jww" for the patch)
         - make "distclean" in libmysql_r, too (Thanks to Christian Hammers from the
           Debian project for the patch)
      bdb/dist/aclocal/mutex.m4:
         - Sparc patch for mutexes/pthreads from Christopher C. Chimelis and
           Ben Collins from Debian (thanks to Christian Hammers from the Debian
           project for forwarding it)
      bdb/include/mutex.h:
         - Patch for building on m68k architecture (originally provided
           by Michael Fedrowitz for Debian Linux, thanks to Christian Hammers from
           the Debian project for forwarding it)
      ltconfig:
         - A hardcoded "rpath" is forbidden by the Debian policy (thanks to
           Christian Hammers from the Debian project for forwarding this patch)
      man/isamchk.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/isamlog.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/mysql.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/mysql_zap.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/mysqlaccess.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/mysqladmin.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/mysqld.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/mysqld_multi.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/mysqldump.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
         - fixed nroff mistake
      man/mysqlshow.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/perror.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/replace.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      man/safe_mysqld.1:
         - some syntactical correction in the headlines of the manpages for
           apropos(1) (Thanks to Christian Hammers from the Debian project for
           the patch)
      scripts/mysql_fix_privilege_tables.sh:
         - fixed some typos
         - script cleanup
      scripts/mysqlaccess.sh:
         - make $script_log path less dependent on the shell
      scripts/safe_mysqld.sh:
         - applied patch provided by Debian to enhance security (This way all logs 
           and databases are created world-nothing).
      a3444f37
    • unknown's avatar
      many bug fixes · 00c6129c
      unknown authored
      
      sql/log.cc:
        Fix for a bug in query logging ...
      sql/mysqld.cc:
        Fix for a bug with max_allowed_packt
      sql/sql_select.cc:
        Fix for a bug which is caused when a single table is scanned by
        entire index and WHERE clause is so broad that JOIN type is JT_ALL.
      00c6129c