1. 18 Jan, 2003 1 commit
    • unknown's avatar
      Only set thd->query to 0 if LOCK_thread_count is hold · cf5ce556
      unknown authored
      This fixes a possible core dump problem in SHOW PROCESSLIST
      
      
      sql/slave.cc:
        Only set thd->query to 0 if LOCK_thread_count is hold
      sql/sql_db.cc:
        Only set thd->query to 0 if LOCK_thread_count is hold
        Also first set query_length, then query
      sql/sql_parse.cc:
        Indentation changes
      cf5ce556
  2. 17 Jan, 2003 2 commits
  3. 16 Jan, 2003 1 commit
  4. 15 Jan, 2003 2 commits
    • unknown's avatar
      btr0btr.h, btr0btr.c, row0purge.c: · da0e5daf
      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
      da0e5daf
    • unknown's avatar
      ha_innobase.cc: · 7acb507b
      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
      7acb507b
  5. 09 Jan, 2003 2 commits
  6. 05 Jan, 2003 1 commit
    • unknown's avatar
      log0log.c: · b8da33be
      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
      b8da33be
  7. 27 Dec, 2002 4 commits
  8. 26 Dec, 2002 2 commits
  9. 23 Dec, 2002 1 commit
    • unknown's avatar
      - Applied various patches provided by Christian Hammers (MySQL maintainer · 6f92badc
      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).
      6f92badc
  10. 21 Dec, 2002 2 commits
  11. 20 Dec, 2002 3 commits
  12. 19 Dec, 2002 1 commit
    • unknown's avatar
      ha_innobase.cc: · 4ab9cd59
      unknown authored
        Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition
      
      
      sql/ha_innobase.cc:
        Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition
      4ab9cd59
  13. 16 Dec, 2002 2 commits
  14. 14 Dec, 2002 4 commits
  15. 13 Dec, 2002 4 commits
  16. 11 Dec, 2002 4 commits
  17. 10 Dec, 2002 2 commits
  18. 05 Dec, 2002 2 commits
    • unknown's avatar
      row0mysql.c: · db3c4d22
      unknown authored
        Heikki will merge to 4.0: cleanup
      
      
      innobase/row/row0mysql.c:
        Heikki will merge to 4.0: cleanup
      db3c4d22
    • unknown's avatar
      row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc: · e1d8800c
      unknown authored
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      
      
      sql/ha_innobase.cc:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      innobase/include/db0err.h:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      innobase/dict/dict0dict.c:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      innobase/row/row0mysql.c:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      e1d8800c