1. 05 Oct, 2001 1 commit
  2. 03 Oct, 2001 4 commits
  3. 02 Oct, 2001 4 commits
    • unknown's avatar
      Portability fix · a8354b35
      unknown authored
      a8354b35
    • unknown's avatar
      Fix for make dist · c6e36174
      unknown authored
      Made replication test portable
      Fixed buffer overrun bug in replication
      
      
      client/Makefile.am:
        Fix for make dist
      mysql-test/t/rpl000017-slave.sh:
        Made replication test portable
      sql/slave.cc:
        Fixed buffer overrun bug
      strings/strmake.c:
        More documentation
      c6e36174
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 1dfa857a
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      1dfa857a
    • unknown's avatar
      Fixed bug in INSERT DELAYED · 25304542
      unknown authored
      Fixed some problems in SHOW CREATE TABLE
      Fixed calculation of checksums in myisamchk
      
      
      Docs/manual.texi:
        ChangelogWh
      client/mysql.cc:
        Added comment
      myisam/mi_check.c:
        Fixed calcualtion of checksums
      sql/sql_insert.cc:
        Fixed bug in INSERT DELAYED
      sql/sql_show.cc:
        Fixed some problems in SHOW CREATE TABLE
      25304542
  4. 01 Oct, 2001 1 commit
  5. 28 Sep, 2001 4 commits
  6. 27 Sep, 2001 6 commits
  7. 26 Sep, 2001 1 commit
    • unknown's avatar
      manual cleanups · 2af858f9
      unknown authored
      
      Docs/manual.texi:
        cleanups
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2af858f9
  8. 25 Sep, 2001 1 commit
  9. 20 Sep, 2001 6 commits
    • unknown's avatar
      os0sync.c Define os_fast_mutex functions also in Windows · 33bb27f1
      unknown authored
      
      innobase/os/os0sync.c:
        Define os_fast_mutex functions also in Windows
      33bb27f1
    • unknown's avatar
      os0sync.h Define os_fast_mutex functions also in Windows · c4797248
      unknown authored
      os0sync.ic	Define os_fast_mutex functions also in Windows
      
      
      innobase/include/os0sync.h:
        Define os_fast_mutex functions also in Windows
      innobase/include/os0sync.ic:
        Define os_fast_mutex functions also in Windows
      c4797248
    • unknown's avatar
      univ.i Changes to eliminate unnecessary Purify warnings (documentation of... · 4604a03c
      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)
      4604a03c
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · 5dc30452
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqlf
      
      5dc30452
    • unknown's avatar
      mem0mem.ic Changes to eliminate unnecessary Purify warnings · 0e72197d
      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
      0e72197d
    • unknown's avatar
      Some fixes for Gemini · c74b60b7
      unknown authored
      
      acinclude.m4:
        Fix for Gemini
      sql-bench/server-cfg.sh:
        Fix for Gemini
      sql/field.cc:
        Fix for Gemini
      c74b60b7
  10. 18 Sep, 2001 2 commits
    • unknown's avatar
      Fix bug in SELECT EXPLAIN ... ORDER BY · 67dab5f8
      unknown authored
      
      Docs/internals.texi:
        Added more code style suggestions.
      Docs/manual.texi:
        Changelog
      myisam/mi_check.c:
        Removed dbug info
      67dab5f8
    • unknown's avatar
      Fix for LOAD DATA FROM MASTER when using tables with checksum · 73068034
      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
      73068034
  11. 17 Sep, 2001 3 commits
    • unknown's avatar
      9d1061ae
    • unknown's avatar
      Added unique error for DEADLOCK · d6873a92
      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
      d6873a92
    • unknown's avatar
      log0log.c Eliminate a Purify warning · 9127ceea
      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
      9127ceea
  12. 16 Sep, 2001 1 commit
    • unknown's avatar
      fixed bug in mysqltest · e878bff8
      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
      e878bff8
  13. 15 Sep, 2001 3 commits
  14. 14 Sep, 2001 3 commits