1. 03 Aug, 2001 2 commits
    • unknown's avatar
      Take Jeremy's manual.texi; Will patch this with the deleted text · 6d5720d1
      unknown authored
      
      Docs/manual.texi:
        Take Jeremy's version; Will patch this with the deleted text
      6d5720d1
    • unknown's avatar
      Fix when using --without-server --with-thread-safe-client · 9d7a659b
      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
      9d7a659b
  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 · 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
  7. 25 Jul, 2001 1 commit
  8. 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
  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