1. 20 Sep, 2001 4 commits
    • unknown's avatar
      univ.i Changes to eliminate unnecessary Purify warnings (documentation of... · b596c41a
      unknown authored
      univ.i  	Changes to eliminate unnecessary Purify warnings (documentation of flag UNIV_SET_MEM_TO_ZERO)
      
      
      innobase/include/univ.i:
        Changes to eliminate unnecessary Purify warnings (documentation of flag UNIV_SET_MEM_TO_ZERO)
      b596c41a
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · 96bfd6e9
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqlf
      
      
      96bfd6e9
    • unknown's avatar
      mem0mem.ic Changes to eliminate unnecessary Purify warnings · 31fd0c63
      unknown authored
      ut0mem.h	Changes to eliminate unnecessary Purify warnings
      ut0mem.ic	Changes to eliminate unnecessary Purify warnings
      srv0start.c	Changes to eliminate unnecessary Purify warnings
      mem0pool.c	Changes to eliminate unnecessary Purify warnings
      ut0mem.c	Changes to eliminate unnecessary Purify warnings
      
      
      innobase/ut/ut0mem.c:
        Changes to eliminate unnecessary Purify warnings
      innobase/mem/mem0pool.c:
        Changes to eliminate unnecessary Purify warnings
      innobase/srv/srv0start.c:
        Changes to eliminate unnecessary Purify warnings
      innobase/include/ut0mem.h:
        Changes to eliminate unnecessary Purify warnings
      innobase/include/ut0mem.ic:
        Changes to eliminate unnecessary Purify warnings
      innobase/include/mem0mem.ic:
        Changes to eliminate unnecessary Purify warnings
      31fd0c63
    • unknown's avatar
      Some fixes for Gemini · 6ae95212
      unknown authored
      
      acinclude.m4:
        Fix for Gemini
      sql-bench/server-cfg.sh:
        Fix for Gemini
      sql/field.cc:
        Fix for Gemini
      6ae95212
  2. 18 Sep, 2001 2 commits
    • unknown's avatar
      Fix bug in SELECT EXPLAIN ... ORDER BY · c66208cf
      unknown authored
      
      Docs/internals.texi:
        Added more code style suggestions.
      Docs/manual.texi:
        Changelog
      myisam/mi_check.c:
        Removed dbug info
      c66208cf
    • unknown's avatar
      Fix for LOAD DATA FROM MASTER when using tables with checksum · c91a3df5
      unknown authored
      Fixed some wrong test cases
      
      
      Docs/manual.texi:
        Changelog
      extra/perror.c:
        Added BDB table errors
      include/myisam.h:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      myisam/mi_check.c:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      mysql-test/mysql-test-run.sh:
        Better logging
      mysql-test/r/join.result:
        Fixed missing results
      mysql-test/r/rpl000006.result:
        Updated result
      mysql-test/t/join.test:
        Fixed wrong test
      mysql-test/t/rpl000001.test:
        Fixed wrong test
      mysql-test/t/rpl000006.test:
        Cleanup
      mysql-test/t/rpl000017-slave.sh:
        Fixed too long password
      mysql-test/t/rpl000017.test:
        Fixed too long password
      sql/ha_myisam.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      sql/handler.cc:
        Unique error for DEADLOCK
      sql/slave.cc:
        Fix for LOAD DATA FROM MASTER when using tables with checksum
      c91a3df5
  3. 17 Sep, 2001 3 commits
    • unknown's avatar
      9d62e4a0
    • unknown's avatar
      Added unique error for DEADLOCK · ffe99461
      unknown authored
      Include missing man pages into binary distribution
      
      
      BitKeeper/deleted/.del-make_mysql_pkg.sh~c616a18bed4b9c2:
        Delete: support-files/make_mysql_pkg.sh
      Docs/manual.texi:
        Changelog
      extra/perror.c:
        Added missing error codes
      include/my_base.h:
        Added unique error for DEADLOCK
      include/mysql.h:
        Portability fix for the LCC windows compiler
      include/mysqld_error.h:
        Added unique error for DEADLOCK
      scripts/make_binary_distribution.sh:
        Include missing man pages into binary distribution
      sql/ha_berkeley.cc:
        Added unique error for DEADLOCK
      sql/ha_berkeley.h:
        Added unique error for DEADLOCK
      sql/handler.h:
        Added unique error for DEADLOCK
      sql/mysqld.cc:
        Portability fix
      sql/share/czech/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/danish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/dutch/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/english/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/estonian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/french/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/german/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/greek/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/hungarian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/italian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/japanese/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/korean/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/norwegian-ny/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/norwegian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/polish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/portuguese/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/romanian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/russian/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/slovak/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/spanish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/swedish/errmsg.txt:
        Added unique error for DEADLOCK
      sql/share/ukrainian/errmsg.txt:
        Added unique error for DEADLOCK
      ffe99461
    • unknown's avatar
      log0log.c Eliminate a Purify warning · 79ce69d7
      unknown authored
      buf0buf.c	Fix uninitilaized flush field noticed with Purify
      
      
      innobase/buf/buf0buf.c:
        Fix uninitilaized flush field noticed with Purify
      innobase/log/log0log.c:
        Eliminate a Purify warning
      79ce69d7
  4. 16 Sep, 2001 1 commit
    • unknown's avatar
      fixed bug in mysqltest · 3479f428
      unknown authored
      updated mysql-test-run with features from 4.0
      added a test case for broken load data from master for MyISAM tables
      with checksum
      
      
      client/mysqltest.c:
        fixed parser bug
      mysql-test/mysql-test-run.sh:
        backported changes from 4.0 ( needed to be able to run client in gdb)
      mysql-test/t/rpl000006.test:
        updated test case for a bug
      3479f428
  5. 15 Sep, 2001 3 commits
  6. 14 Sep, 2001 3 commits
  7. 12 Sep, 2001 2 commits
    • unknown's avatar
      c88dd9b2
    • unknown's avatar
      OS2 patch · 76989cf5
      unknown authored
      
      Docs/manual.texi:
        Updated section of how to change the socket file.
        Changelog for 3.23.43
      include/merge.h:
        Fixed typo
      include/my_pthread.h:
        Fixed bug for WIN32
      include/myisam.h:
        Fixed typo
      include/nisam.h:
        Fixed typo
      sql/handler.h:
        Fixed typo
      sql/sql_table.cc:
        Fixed typo
      sql/unireg.cc:
        F
      76989cf5
  8. 11 Sep, 2001 1 commit
  9. 10 Sep, 2001 3 commits
  10. 09 Sep, 2001 1 commit
  11. 08 Sep, 2001 3 commits
    • unknown's avatar
      Some cleanups to replication section · a2784112
      unknown authored
      a2784112
    • unknown's avatar
      Fix bugs when using LOCK TABLES with BDB tables · 851bea0e
      unknown authored
      Optimized remove of key when using internal cursor in BDB tables.
      
      
      mysql-test/r/bdb.result:
        Test for LOCK bug
      mysql-test/t/bdb.test:
        Test for LOCK bug
      sql/ha_berkeley.cc:
        Fix bugs when using LOCK TABLES
        Optimized remove of key when using internal cursor
      sql/ha_berkeley.h:
        Initilize of changed_rows
      sql/lock.cc:
        Fix for BDB tables
      851bea0e
    • unknown's avatar
      More debug info · 8e9c21de
      unknown authored
      Fix DBUG_ASSERT()
      Optimization for BDB tables
      Fix for BDB under Win98
      
      
      Docs/manual.texi:
        Removed wrong info
      bdb/os_win32/os_rename.c:
        Fix for windows 98
      configure.in:
        Better options for MAC OS X
      include/dbug.h:
        Fix DBUG_ASSERT()
      mysys/thr_lock.c:
        More DBUG messages
      sql/ha_berkeley.cc:
        Use cursor in remove_key
      sql/lock.cc:
        Fix possible problem when pre-unlocking tables in SELECT
      sql/sql_select.cc:
        More DBUG messages
      sql/violite.c:
        Fix DBUG messages
      8e9c21de
  12. 07 Sep, 2001 3 commits
  13. 06 Sep, 2001 2 commits
  14. 05 Sep, 2001 3 commits
    • unknown's avatar
      Portability fixes · 07a887b3
      unknown authored
      
      libmysql/libmysql.c:
        Remove duplicated define
      sql/log_event.cc:
        Portability fix
      07a887b3
    • unknown's avatar
      data0data.c Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte... · fec70ce4
      unknown authored
      data0data.c	Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte row is updated and an internally stored field shortened
      
      
      innobase/data/data0data.c:
        Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte row is updated and an internally stored field shortened
      fec70ce4
    • unknown's avatar
      lock0lock.c Fix slowness of deadlock detection algorithm · 993603fe
      unknown authored
      trx0trx.h	Fix slowness of deadlock detection algorithm
      
      
      innobase/include/trx0trx.h:
        Fix slowness of deadlock detection algorithm
      innobase/lock/lock0lock.c:
        Fix slowness of deadlock detection algorithm
      993603fe
  15. 04 Sep, 2001 3 commits
  16. 03 Sep, 2001 3 commits
    • unknown's avatar
      3b7bd02e
    • unknown's avatar
      Ensure that libmysqlclient doesn't use raid · 8efe675d
      unknown authored
      Fix problem with MyISAM and rows of length 65517-65520
      
      
      Docs/manual.texi:
        Changelog
      include/raid.h:
        Ensure that libmysqlclient doesn't use raid
      libmysql/Makefile.am:
        Ensure that libmysqlclient doesn't use raid
      libmysql_r/Makefile.am:
        Ensure that libmysqlclient doesn't use raid
      myisam/mi_check.c:
        Fix problem with rows of length 65517-65520
      myisam/mi_dynrec.c:
        Fix problem with rows of length 65517-65520
      mysql-test/r/myisam.result:
        Test for myisam tables with problematic row lengths
      mysql-test/t/myisam.test:
        Test for myisam tables with problematic row lengths
      sql/log_event.cc:
        Portability fix
      strings/ctype-euc_kr.c:
        Portability fix
      strings/ctype-sjis.c:
        Portability fix
      8efe675d
    • unknown's avatar
      Merge work:/home/bk/mysql · e7006ae7
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      e7006ae7