1. 02 Aug, 2001 5 commits
  2. 01 Aug, 2001 3 commits
  3. 31 Jul, 2001 4 commits
  4. 30 Jul, 2001 4 commits
  5. 28 Jul, 2001 3 commits
    • unknown's avatar
      merge · c6318e47
      unknown authored
      
      Docs/manual.texi:
        merge (need to fix with emacs to get everthing right)
      c6318e47
    • unknown's avatar
      do not log stray error codes in Query_log_event · a774d561
      unknown authored
      
      sql/log_event.h:
        do not log stray error codes
      a774d561
    • unknown's avatar
      Updated LOCK TABLES manual section · e7eb7437
      unknown authored
      Applied patch for mysqlhotcopy
      Fixed open-files-size option in safe_mysqld
      
      
      Docs/manual.texi:
        Updated LOCK TABLES section
      scripts/mysqlhotcopy.sh:
        Removed depricated DBI calls.
        Fixed bug which resulted in nothing being copied when a regexp was
        specified but no database name(s).
        Patch by Jeremy D. Zawodny
      scripts/safe_mysqld.sh:
        Fixed open-files-size option
      e7eb7437
  6. 25 Jul, 2001 1 commit
  7. 24 Jul, 2001 5 commits
    • unknown's avatar
      Code cleanup in safe_mysqld. · 78c9ec6f
      unknown authored
      Fix --core-file-size so that the argument is parsed correctly.
      
      
      scripts/safe_mysqld.sh:
        Code cleanup.
        Fix --core-file-size so that the argument is parsed correctly.
      78c9ec6f
    • unknown's avatar
      Add test case for update/replace bug in bdb. · 22a5241f
      unknown authored
      Remove unused argument to ha_berkeley::remove_key().
      
      
      mysql-test/r/bdb.result:
        Add test case for update/replace bug in bdb.
      BitKeeper/etc/ignore:
        Added .gdbinit .vimrc to the ignore list
      mysql-test/t/bdb.test:
        Add test case for update/replace bug in bdb.
      sql/ha_berkeley.cc:
        The packed_record argument to ha_berkeley::remove_key() was never
        used; remove it.
      sql/ha_berkeley.h:
        The packed_record argument to ha_berkeley::remove_key() was never
        used; remove it.
      22a5241f
    • unknown's avatar
      ha_berkeley.cc Fix bug in remove_key(), when key != primary_key it would · 710fb999
      unknown authored
      ha_berkeley.cc	core dump if cursor was invalid.
      
      
      sql/ha_berkeley.cc:
        Fix bug in remove_key(), when key != primary_key it would
        core dump if cursor was invalid.
      710fb999
    • unknown's avatar
      manual.texi change note cleanups, other misc. typo fixes · 47fe7b4f
      unknown authored
      
      Docs/manual.texi:
        change note cleanups, other misc. typo fixes
      47fe7b4f
    • unknown's avatar
      manual.texi bug was described incorrectly · 10cae1f6
      unknown authored
      
      Docs/manual.texi:
        bug was described incorrectly
      10cae1f6
  8. 23 Jul, 2001 1 commit
  9. 21 Jul, 2001 1 commit
  10. 20 Jul, 2001 2 commits
  11. 19 Jul, 2001 3 commits
  12. 18 Jul, 2001 5 commits
    • unknown's avatar
      Merge · dece009c
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      dece009c
    • unknown's avatar
      Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if · 0e66a78a
      unknown authored
      --low-priority-updates is used and the file has holes.
      
      
      Docs/manual.texi:
        Changelog
      sql/sql_insert.cc:
        Fixed that sleeptime is 0 for new insert delayed threads.
      0e66a78a
    • unknown's avatar
      fixed mysterious offset confusion bug · 76eaa259
      unknown authored
      added a test case for it - took some creative work to figure out
      how to make it happen at will
      updated the manual
      
      
      Docs/manual.texi:
        fixed wrong info on SLAVE_SKIP_COUNTER
        fixed wrong info in BitKeeper tree build instructions
        updated change history about bug fix
      mysql-test/t/rpl_sporadic_master.test:
        tried hard to get slave confused, but failed. nevertheless, a more
        exhaustive test case does not hurt
      sql/slave.cc:
        fixed mysterious offset confusion bug
      76eaa259
    • unknown's avatar
      Updated version number · 2cbf3b9b
      unknown authored
      Update to new debian files
      
      
      configure.in:
        Updated version number
      sql-bench/Results/ATIS-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/RUN-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/alter-table-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/big-tables-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/connect-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/create-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/insert-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/select-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      sql-bench/Results/wisconsin-mysql-Linux_2.2.16_SMP_alpha:
        New benchmark results
      support-files/debian/README.debian:
        Update to new debian files
      support-files/debian/changelog:
        Update to new debian files
      support-files/debian/control:
        Update to new debian files
      support-files/debian/gomi:
        Update to new debian files
      support-files/debian/move:
        Update to new debian files
      support-files/debian/patches/ab:
        Update to new debian files
      support-files/debian/patches/ad:
        Update to new debian files
      support-files/debian/patches/ae:
        Update to new debian files
      support-files/debian/rules:
        Update to new debian files
      support-files/debian/shlibs:
        Update to new debian files
      2cbf3b9b
    • unknown's avatar
      Fixed problem with part keys and BDB tables · 653d19af
      unknown authored
      
      Docs/manual.texi:
        Changelog
      653d19af
  13. 17 Jul, 2001 3 commits