1. 03 Aug, 2001 2 commits
    • unknown's avatar
      Take Jeremy's manual.texi; Will patch this with the deleted text · 7cdefb0e
      unknown authored
      
      Docs/manual.texi:
        Take Jeremy's version; Will patch this with the deleted text
      7cdefb0e
    • unknown's avatar
      Fix when using --without-server --with-thread-safe-client · a7decf4d
      unknown authored
      Added prototype for my_thread_end
      New error message for MATCH
      Give error when using myisamchk --force --readonly
      
      
      BitKeeper/deleted/.del-fulltext_join.test~e347c8f04405c916:
        Delete: mysql-test/t/fulltext_join.test
      Docs/manual.texi:
        Added node to fulltext
      configure.in:
        Fix when using --without-server --with-thread-safe-client
      include/mysql_com.h:
        Added prototype for my_thread_end
      include/mysqld_error.h:
        New error message for MATCH
      myisam/myisamchk.c:
        Give error when using --force --readonly
      mysql-test/t/fulltext.test:
        Added test for error conditons with fulltext
      sql/item_func.cc:
        Fixed error messages when using MATCH ... AGAINST
      sql/mysqld.cc:
        Portability fix
      sql/share/czech/errmsg.txt:
        New error message when using MATCH
      sql/share/danish/errmsg.txt:
        New error message when using MATCH
      sql/share/dutch/errmsg.txt:
        New error message when using MATCH
      sql/share/english/errmsg.txt:
        New error message when using MATCH
      sql/share/estonian/errmsg.txt:
        New error message when using MATCH
      sql/share/french/errmsg.txt:
        New error message when using MATCH
      sql/share/german/errmsg.txt:
        New error message when using MATCH
      sql/share/greek/errmsg.txt:
        New error message when using MATCH
      sql/share/hungarian/errmsg.txt:
        New error message when using MATCH
      sql/share/italian/errmsg.txt:
        New error message when using MATCH
      sql/share/japanese/errmsg.txt:
        New error message when using MATCH
      sql/share/korean/errmsg.txt:
        New error message when using MATCH
      sql/share/norwegian-ny/errmsg.txt:
        New error message when using MATCH
      sql/share/norwegian/errmsg.txt:
        New error message when using MATCH
      sql/share/polish/errmsg.txt:
        New error message when using MATCH
      sql/share/portuguese/errmsg.txt:
        New error message when using MATCH
      sql/share/romanian/errmsg.txt:
        New error message when using MATCH
      sql/share/russian/errmsg.txt:
        New error message when using MATCH
      sql/share/slovak/errmsg.txt:
        New error message when using MATCH
      sql/share/spanish/errmsg.txt:
        New error message when using MATCH
      sql/share/swedish/errmsg.OLD:
        New error message when using MATCH
      sql/share/swedish/errmsg.txt:
        New error message when using MATCH
      a7decf4d
  2. 02 Aug, 2001 9 commits
  3. 01 Aug, 2001 3 commits
  4. 31 Jul, 2001 4 commits
  5. 30 Jul, 2001 4 commits
  6. 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
  7. 25 Jul, 2001 1 commit
  8. 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
  9. 23 Jul, 2001 1 commit
  10. 21 Jul, 2001 1 commit
  11. 20 Jul, 2001 2 commits
  12. 19 Jul, 2001 3 commits
  13. 18 Jul, 2001 2 commits