1. 02 Dec, 2001 1 commit
    • unknown's avatar
      Query cache. · 7c999bb0
      unknown authored
      Remove some warnings
      
      
      Docs/manual.texi:
        Solaris and gcc
      include/ft_global.h:
        Remove warnings
      include/myisam.h:
        Query cache
      include/myisammrg.h:
        Query cache
      include/mysql_com.h:
        Query cache
      libmysqld/lib_sql.cc:
        Query cache
      myisam/ft_boolean_search.c:
        Remove warnings
      myisam/ft_dump.c:
        Remove warnings
      myisam/ft_parser.c:
        Remove warnings
      myisam/ft_static.c:
        Remove warnings
      myisam/ft_update.c:
        Remove warnings
      myisam/ftdefs.h:
        Remove warnings
      myisam/mi_delete.c:
        Query cache
      myisam/mi_locking.c:
        Query cache
      myisam/mi_update.c:
        Query cache
      myisam/myisamdef.h:
        Optimize for Ia64
      myisammrg/myrg_extra.c:
        Query cache
      mysys/mf_keycache.c:
        DBUG statements
      regex/cclass.h:
        Remove warnings
      regex/cname.h:
        Remove warnings
      regex/main.c:
        Remove warnings
      regex/regcomp.c:
        Remove warnings
      regex/regcomp.ih:
        Remove warnings
      regex/regerror.c:
        Remove warnings
      regex/reginit.c:
        Remove warnings
      regex/split.c:
        Remove warnings
      sql-bench/test-connect.sh:
        Make tests query-cache safe.
      sql-bench/test-transactions.sh:
        Fix for old perl versions
      sql/convert.cc:
        Query cache
      sql/ha_myisammrg.cc:
        Query cache
      sql/ha_myisammrg.h:
        Query cache
      sql/handler.cc:
        Query cache
      sql/item_create.cc:
        Query cache
      sql/item_func.cc:
        Remove warnings
      sql/item_func.h:
        Remove warnings
      sql/lex.h:
        Query cache
      sql/mysql_priv.h:
        Query cache
      sql/mysqld.cc:
        Query cache
      sql/net_serv.cc:
        Query cache
      sql/sql_cache.cc:
        Query cache
      sql/sql_class.cc:
        Query cache
      sql/sql_class.h:
        Query cache
      sql/sql_db.cc:
        Query cache
      sql/sql_delete.cc:
        Query cache
      sql/sql_insert.cc:
        Query cache
      sql/sql_parse.cc:
        Query cache
      sql/sql_select.cc:
        Query cache
      sql/sql_table.cc:
        Query cache
      sql/sql_update.cc:
        Query cache
      sql/sql_yacc.yy:
        Query cache
      7c999bb0
  2. 29 Nov, 2001 3 commits
    • unknown's avatar
      Update test results · 95e94560
      unknown authored
      
      mysql-test/r/fulltext.result:
        Update results
      95e94560
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 38e439d8
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      38e439d8
    • unknown's avatar
      Fix not critical MyISAM bug in locking. · c2689648
      unknown authored
      Free character sets properly (for embedded).
      Add missing mutex in HANDLER CLOSE
      
      
      Build-tools/Do-compile:
        Update for gcc 3.0
      Docs/manual.texi:
        Update for gcc 3.0
      myisam/mi_locking.c:
        Fix not critical bug in locking
      myisam/myisamdef.h:
        Fix not critical bug in locking
      mysys/my_init.c:
        Free character sets properly
      mysys/my_seek.c:
        Remove warning
      sql-bench/server-cfg.sh:
        Fix benchmarks to run with MySQL
      sql/sql_handler.cc:
        Add missing mutex
      sql/sql_update.cc:
        Clean up procinfo
      c2689648
  3. 28 Nov, 2001 16 commits
    • unknown's avatar
      Extended manual section about MySQL states · c90f67fb
      unknown authored
      
      Docs/manual.texi:
        Extended section about MySQL states.
      client/get_password.c:
        Use stderr instead of stdout when asking for password
      tests/mail_to_db.pl:
        Small cleanup
      tools/mysqlmanager.c:
        Removed warning
      c90f67fb
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql-4.0 · 273177d8
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/jcole/bk/mysql-4.0
      
      
      273177d8
    • unknown's avatar
      docbook-fixup.pl: · f923000a
      unknown authored
        Fixed small bug
      
      
      Docs/Support/docbook-fixup.pl:
        Fixed small bug
      f923000a
    • unknown's avatar
      docbook-fixup.pl: · ef5efcf0
      unknown authored
        Fixed some issues for O'Reilly.
        * Remove "mailto:" from @email{} references in XML output. Good for normal XML of course, but bad when printing.
        * Removing (Cross)References for sections that have been excluded from printed manual.
        * In several titles, spaces are missing. You see a title like: <title>Speed of <command>INSERT</command>Queries</title>.
      
      
      Docs/Support/docbook-fixup.pl:
        Fixed some issues for O'Reilly.
        * Remove "mailto:" from @email{} references in XML output. Good for normal XML of course, but bad when printing.
        * Removing (Cross)References for sections that have been excluded from printed manual.
        * In several titles, spaces are missing. You see a title like: <title>Speed of <command>INSERT</command>Queries</title>.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ef5efcf0
    • unknown's avatar
      Merge · d987ee76
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      Docs/manual.texi:
        SCCS merged
      d987ee76
    • unknown's avatar
      boolean fulltext search without an index · f3918c84
      unknown authored
      
      myisam/ft_dump.c:
        some help added
      f3918c84
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · a7f23db3
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
      
      
      a7f23db3
    • unknown's avatar
      mirrors.texi: · 9c95ba42
      unknown authored
        Added a mirror in Spain
      
      
      Docs/mirrors.texi:
        Added a mirror in Spain
      9c95ba42
    • unknown's avatar
      Fix of testcases after merge. · caa13ea3
      unknown authored
      Small improvement to write caching.
      
      
      Docs/manual.texi:
        Updated Changelog
      mysql-test/r/rpl000013.result:
        Fix after merge
      mysql-test/r/rpl000016.result:
        Fix after merge
      mysys/mf_iocache2.c:
        Small improvement to write caching.
      sql/sql_select.cc:
        Removed warning
      caa13ea3
    • unknown's avatar
      merge · b631ea01
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      mysql-test/t/rpl000013.test:
        Auto merged
      mysql-test/t/rpl000016.test:
        Auto merged
      extra/resolveip.c:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      b631ea01
    • unknown's avatar
      Fix for IO_CACHE. · 38da1f98
      unknown authored
      Portability fixes.
      
      
      BUILD/compile-alpha-debug:
        Update to newer version
      libmysqld/lib_vio.c:
        dbug_assert -> DBUG_ASSERT
      mysql-test/r/symlink.result:
        Update for new tests
      mysql-test/t/symlink.test:
        Update for new test format
      mysys/mf_iocache2.c:
        Fixed bug when reading in old buffer
      sql-bench/test-transactions.sh:
        Update with delete tests
      sql/mysqld.cc:
        Updates for amiga
      sql/sql_string.cc:
        Fix typo
      sql/stacktrace.c:
        Portability fix
      38da1f98
    • unknown's avatar
    • unknown's avatar
      fixed alias drop bug in binlog · 08fc3585
      unknown authored
      fixed skip counter to do the RightThing (TM) when the user messes up.
      Still do RightThing when he gets it right.
      
      
      mysql-test/r/rpl000016.result:
        updated test result
      mysql-test/t/rpl000013.test:
        test alias bug
      mysql-test/t/rpl000016.test:
        test for proper skip when the user messes up
      sql/slave.cc:
        proper skip even when the user goofs up
      sql/sql_base.cc:
        drop real name, not last used alias in the log
      08fc3585
    • unknown's avatar
      da9b7e0c
    • unknown's avatar
      New improved IO_CACHE · 06e1e275
      unknown authored
      
      include/my_global.h:
        Remove dbug_assert()  (One should use DBUG_ASSERT() instead)
      mysql-test/mysql-test-run.sh:
        Fixed that xterm works on Solaris 2.8.
        Fixed printing of errors
      mysql-test/r/isam.result:
        Removed MyISAM test from ISAM test
      mysql-test/t/isam.test:
        Removed MyISAM test from ISAM test
      mysys/my_alloc.c:
        Removed warnings
      mysys/my_bitmap.c:
        Use DBUG_ASSERT
      mysys/my_pthread.c:
        Use DBUG_ASSERT
      mysys/my_seek.c:
        More DBUG
      sql/ha_berkeley.cc:
        Use DBUG_ASSERT
      sql/ha_innobase.cc:
        Use DBUG_ASSERT
      sql/log.cc:
        Use DBUG_ASSERT
      sql/opt_range.cc:
        Use DBUG_ASSERT
      sql/sql_base.cc:
        Use DBUG_ASSERT
      sql/sql_handler.cc:
        Use DBUG_ASSERT
      sql/sql_load.cc:
        Cleanup
      sql/sql_parse.cc:
        Use DBUG_ASSERT
      sql/sql_repl.cc:
        Cleanup
      sql/sql_select.cc:
        Use DBUG_ASSERT
      tools/mysqlmanager.c:
        Cleanup
      06e1e275
    • unknown's avatar
      Small safety fix · aaed141a
      unknown authored
      
      Docs/manual.texi:
        Cleanup
      extra/resolveip.c:
        Portability fix
      man/safe_mysqld.1:
        Cleanup
      mysys/mf_iocache2.c:
        Safety fix
      scripts/make_binary_distribution.sh:
        Add mysqlbinlog
      aaed141a
  4. 27 Nov, 2001 6 commits
    • unknown's avatar
      mirrors.texi: · 332570e8
      unknown authored
        Added a mirror in Netherlands
      
      
      Docs/mirrors.texi:
        Added a mirror in Netherlands
      332570e8
    • unknown's avatar
      mirrors.texi: · 506ef578
      unknown authored
        Fix Australian mirror URL
      
      
      Docs/mirrors.texi:
        Fix Australian mirror URL
      506ef578
    • unknown's avatar
      Fixed bug when joining with caching. · 312e5e82
      unknown authored
      Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables.
      
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/null_key.result:
        Fix of testcase after changing optimizer to only use range keys if it would use a long part of the SAME key.
      sql/sql_insert.cc:
        Fixed race condition with binary log and INSERT DELAYED
      sql/sql_select.cc:
        Fixed bug when joining with caching
      312e5e82
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 · 9ed7fff2
      unknown authored
      into volk.internalnet:/home/tonu/mysql-4.0
      
      
      9ed7fff2
    • unknown's avatar
      Changed incomplete testcase to another incomplete testcase which works even if... · d34100d0
      unknown authored
      Changed incomplete testcase to another incomplete testcase which works even if localhost.localdomain is first in /etc/hosts file for 127.0.0.1
      
      
      
      d34100d0
    • unknown's avatar
      Debugging added where needed. · 3731f6bf
      unknown authored
      
      sql/sql_acl.cc:
        Debugging added where needed
      sql/sql_string.cc:
        Debugging added where needed
      3731f6bf
  5. 26 Nov, 2001 13 commits
  6. 25 Nov, 2001 1 commit