1. 16 Apr, 2002 2 commits
    • unknown's avatar
      Small fix for HP-UX 10.20 with DCE threads · 22ae963c
      unknown authored
      Also --with-libwrap is tested on Linux just fine.
      
      
      configure.in:
        Small fix for HP-UX 10.20 with DCE threads
      include/my_pthread.h:
        Small fix for HP-UX 10.20 with DCE threads
      mysys/my_pthread.c:
        Small fix for HP-UX 10.20 with DCE threads
      22ae963c
    • unknown's avatar
      Fixed pthread_cond_timedwait() for HPUX and DCE threads · 6762b4c0
      unknown authored
      Cleanup of LIBWRAP handling
      
      
      Docs/manual.texi:
        Changelog
      include/my_pthread.h:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      mysys/my_pthread.c:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      sql/item_func.cc:
        Fixed the GET_LOCK() works with HPUX and DCE threads
      sql/mysqld.cc:
        Cleanup of LIBWRAP handling
      sql/sql_parse.cc:
        Safety fix
      6762b4c0
  2. 14 Apr, 2002 2 commits
  3. 13 Apr, 2002 2 commits
  4. 11 Apr, 2002 3 commits
  5. 02 Apr, 2002 4 commits
  6. 28 Mar, 2002 1 commit
    • unknown's avatar
      Two bug fixes · 94c79e7d
      unknown authored
      
      Docs/manual.texi:
        Added text fof bug fixes
      readline/Makefile.am:
        Bug fix for coredump of mysql program with some Ctrl+keys
      sql/convert.cc:
        A bug fix for using SET CHAR... SET on columns > 64K
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      94c79e7d
  7. 26 Mar, 2002 8 commits
  8. 25 Mar, 2002 10 commits
  9. 22 Mar, 2002 3 commits
  10. 21 Mar, 2002 5 commits
    • unknown's avatar
      Fix for load data infile when no active database · 24839a88
      unknown authored
      Fix for Solaris and gethostbyname_r
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Cleanup
      configure.in:
        Fix for Solaris and gethostbyname_r
      sql/log_event.h:
        Fix for load data infile when no active database
      sql/sql_load.cc:
        Fix for load data infile when no active database
      24839a88
    • unknown's avatar
      Quote names to SHOW CREATE for mysqldump · ae52f893
      unknown authored
      Fix thread-related bug when doing DROP TABLE
      Fix bug in RENAME TABLE on windows
      
      
      Docs/manual.texi:
        Changelog
      client/mysqldump.c:
        Quote names to SHOW CREATE
      mysql-test/t/range.test:
        Test case for range bug
      sql/lock.cc:
        Fix thread-related bug when doing DROP TABLE
      sql/sql_base.cc:
        Fix thread-related bug when doing DROP TABLE
      sql/sql_rename.cc:
        Fix bug in RENAME TABLE on windows
      ae52f893
    • unknown's avatar
      sync0rw.ic, ut0byte.ic: · d8aa9df1
      unknown authored
        Forgot to merge these to 3.23.50
      
      
      innobase/include/sync0rw.ic:
        Forgot to merge these to 3.23.50
      innobase/include/ut0byte.ic:
        Forgot to merge these to 3.23.50
      d8aa9df1
    • unknown's avatar
      sql_show.cc, handler.h, handler.cc: · 5c630358
      unknown authored
        Add foreign key defs to SHOW CREATE TABLE
      
      
      sql/handler.cc:
        Add foreign key defs to SHOW CREATE TABLE
      sql/handler.h:
        Add foreign key defs to SHOW CREATE TABLE
      sql/sql_show.cc:
        Add foreign key defs to SHOW CREATE TABLE
      5c630358
    • unknown's avatar
      Many files: · a2513890
      unknown authored
        Merge InnoDB-3.23.50
      
      
      innobase/btr/btr0btr.c:
        Merge InnoDB-3.23.50
      innobase/btr/btr0cur.c:
        Merge InnoDB-3.23.50
      innobase/btr/btr0sea.c:
        Merge InnoDB-3.23.50
      innobase/buf/buf0buf.c:
        Merge InnoDB-3.23.50
      innobase/buf/buf0flu.c:
        Merge InnoDB-3.23.50
      innobase/dict/dict0dict.c:
        Merge InnoDB-3.23.50
      innobase/dict/dict0load.c:
        Merge InnoDB-3.23.50
      innobase/fil/fil0fil.c:
        Merge InnoDB-3.23.50
      innobase/fsp/fsp0fsp.c:
        Merge InnoDB-3.23.50
      innobase/include/buf0flu.h:
        Merge InnoDB-3.23.50
      innobase/include/dict0dict.h:
        Merge InnoDB-3.23.50
      innobase/include/fil0fil.h:
        Merge InnoDB-3.23.50
      innobase/include/fsp0fsp.h:
        Merge InnoDB-3.23.50
      innobase/include/log0log.h:
        Merge InnoDB-3.23.50
      innobase/include/log0recv.h:
        Merge InnoDB-3.23.50
      innobase/include/mem0mem.h:
        Merge InnoDB-3.23.50
      innobase/include/os0file.h:
        Merge InnoDB-3.23.50
      innobase/include/row0mysql.h:
        Merge InnoDB-3.23.50
      innobase/include/srv0srv.h:
        Merge InnoDB-3.23.50
      innobase/include/srv0start.h:
        Merge InnoDB-3.23.50
      innobase/include/trx0sys.h:
        Merge InnoDB-3.23.50
      innobase/include/ut0byte.h:
        Merge InnoDB-3.23.50
      innobase/include/ut0rnd.h:
        Merge InnoDB-3.23.50
      innobase/include/ut0ut.h:
        Merge InnoDB-3.23.50
      innobase/log/log0log.c:
        Merge InnoDB-3.23.50
      innobase/log/log0recv.c:
        Merge InnoDB-3.23.50
      innobase/mem/mem0mem.c:
        Merge InnoDB-3.23.50
      innobase/os/os0file.c:
        Merge InnoDB-3.23.50
      innobase/rem/rem0cmp.c:
        Merge InnoDB-3.23.50
      innobase/row/row0ins.c:
        Merge InnoDB-3.23.50
      innobase/row/row0mysql.c:
        Merge InnoDB-3.23.50
      innobase/row/row0sel.c:
        Merge InnoDB-3.23.50
      innobase/row/row0upd.c:
        Merge InnoDB-3.23.50
      innobase/srv/srv0srv.c:
        Merge InnoDB-3.23.50
      innobase/srv/srv0start.c:
        Merge InnoDB-3.23.50
      innobase/trx/trx0sys.c:
        Merge InnoDB-3.23.50
      innobase/ut/ut0mem.c:
        Merge InnoDB-3.23.50
      innobase/ut/ut0ut.c:
        Merge InnoDB-3.23.50
      sql/ha_innobase.cc:
        Merge InnoDB-3.23.50
      sql/ha_innobase.h:
        Merge InnoDB-3.23.50
      a2513890