1. 02 Aug, 2001 9 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 · b90efafb
      unknown authored
      
      Docs/manual.texi:
        merge (need to fix with emacs to get everthing right)
      b90efafb
    • unknown's avatar
      do not log stray error codes in Query_log_event · 1f93d6be
      unknown authored
      
      sql/log_event.h:
        do not log stray error codes
      1f93d6be
    • unknown's avatar
      Updated LOCK TABLES manual section · 34026bc9
      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
      34026bc9
  6. 25 Jul, 2001 1 commit
  7. 24 Jul, 2001 5 commits
    • unknown's avatar
      Code cleanup in safe_mysqld. · da2992c8
      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.
      da2992c8
    • unknown's avatar
      Add test case for update/replace bug in bdb. · 36639173
      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.
      36639173
    • unknown's avatar
      ha_berkeley.cc Fix bug in remove_key(), when key != primary_key it would · f49c76c9
      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.
      f49c76c9
    • unknown's avatar
      manual.texi change note cleanups, other misc. typo fixes · 07f06524
      unknown authored
      
      Docs/manual.texi:
        change note cleanups, other misc. typo fixes
      07f06524
    • unknown's avatar
      manual.texi bug was described incorrectly · 616263ab
      unknown authored
      
      Docs/manual.texi:
        bug was described incorrectly
      616263ab
  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 4 commits
    • unknown's avatar
      Merge · 44d4821e
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      44d4821e
    • unknown's avatar
      Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if · a6d0b34f
      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.
      a6d0b34f
    • unknown's avatar
      fixed mysterious offset confusion bug · 511a2120
      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
      511a2120
    • unknown's avatar
      Updated version number · 62242177
      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
      62242177