1. 19 Oct, 2001 10 commits
  2. 18 Oct, 2001 5 commits
  3. 17 Oct, 2001 12 commits
    • unknown's avatar
      Small fixes. · 0d864fd6
      unknown authored
      
      Docs/Support/docbook-fixup.pl:
        Changed Appendix killing list.
      Docs/manual.texi:
        Misplaced ChangeLog entry. (Thanks nickg!)
      0d864fd6
    • unknown's avatar
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 02cbb3fa
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      Docs/manual.texi:
        Auto merged
      02cbb3fa
    • unknown's avatar
      Don't do signal() on windows (Causes instability problems) · aeaf3fcf
      unknown authored
      Safer, a bit faster filesort.
      Code changes to avoid calls to current_thd() (faster code).
      Removed all compiler warnings from readline.
      
      
      BitKeeper/etc/ignore:
        Add my_global.h back.
      Docs/manual.texi:
        4.0.1 Changelog
      include/my_sys.h:
        Added strmake_root
      libmysql/libmysql.c:
        Don't do signal() on windows (Causes instability problems)
      mysys/my_alloc.c:
        Added strmake_root
      readline/bind.c:
        Remove warnings
      readline/complete.c:
        Remove warnings
      readline/display.c:
        Remove warnings
      readline/funmap.c:
        Remove warnings
      readline/histexpand.c:
        Remove warnings
      readline/histfile.c:
        Remove warnings
      readline/history.h:
        Remove warnings
      readline/histsearch.c:
        Remove warnings
      readline/isearch.c:
        Remove warnings
      readline/kill.c:
        Remove warnings
      readline/macro.c:
        Remove warnings
      readline/readline.c:
        Remove warnings
      readline/readline.h:
        Remove warnings
      readline/rltty.c:
        Remove warnings
      readline/search.c:
        Remove warnings
      readline/shell.c:
        Remove warnings
      readline/terminal.c:
        Remove warnings
      readline/tilde.c:
        Remove warnings
      readline/tilde.h:
        Remove warnings
      readline/undo.c:
        Remove warnings
      readline/util.c:
        Remove warnings
      readline/vi_mode.c:
        Remove warnings
      sql-bench/server-cfg.sh:
        Added use of truncate table
      sql-bench/test-insert.sh:
        Added use of truncate table
        Changed some tests to use keys instead of 'range'
      sql-bench/test-wisconsin.sh:
        Cleanup
      sql/field.cc:
        Add 'thd' to send() (To avoid usage of 'current_thd')
      sql/field.h:
        Add 'thd' to send() (To avoid usage of 'current_thd')
      sql/filesort.cc:
        Safer memory allocation;  Don't allocate pointer to buffers directly, but use an IO_CACHE instead.
        This will allow us to use more memory for keys and will also work better if the number of rows that is to be sorted is much larger than expected.
      sql/item.cc:
        Add 'thd' to send() (To avoid usage of 'current_thd')
      sql/item.h:
        Add 'thd' to send() (To avoid usage of 'current_thd')
      sql/item_func.h:
        Cleanup
      sql/opt_range.cc:
        Use mem_root instead of sql_alloc() to get more speed
      sql/sql_class.cc:
        Add 'thd' to send() (To avoid usage of 'current_thd')
      sql/sql_class.h:
        Added strmake()
      sql/sql_handler.cc:
        Add 'thd' to send() (To avoid usage of 'current_thd')
      sql/sql_lex.cc:
        Use mem_root instead of sql_alloc() to get more speed
      sql/sql_select.cc:
        Add 'thd' to send() (To avoid usage of 'current_thd')
      tests/fork2_test.pl:
        Fixed typos
      tests/fork_big.pl:
        Fixed typos
      tests/insert_and_repair.pl:
        Fixed typos
      tests/rename_test.pl:
        Fixed typos
      tests/test_delayed_insert.pl:
        Fixed typos
      aeaf3fcf
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 34645e3c
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      34645e3c
    • unknown's avatar
      typo fixed · 83ba8a13
      unknown authored
      
      mysql-test/r/fulltext.result:
        new test
      mysql-test/t/fulltext.test:
        new test
      83ba8a13
    • unknown's avatar
      manual.texi: · 8b0c95ad
      unknown authored
        * Fix kernelnotes.de mirror FTP url
        * Add a mirror in Germany
      
      
      Docs/manual.texi:
        * Fix kernelnotes.de mirror FTP url
        * Add a mirror in Germany
      8b0c95ad
    • unknown's avatar
      Merge · 83ff7563
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      83ff7563
    • unknown's avatar
      1211c0a7
    • unknown's avatar
      Added Erik's texts on logos/trademarks, licences, business services. Fixup... · e3150930
      unknown authored
      Added Erik's texts on logos/trademarks, licences, business services. Fixup location/refs/dups later.
      Added Kaj's text MySQL 4.0 in a Nutshell. Fixup location/refs later.
      
      
      
      e3150930
    • unknown's avatar
      Shuffled transit Installing a MySQL Binary Distribution to 2.2.7 · d4bd1b93
      unknown authored
      Shuffled transit Perl Installation Comments to 2.7
      Shuffled transit Functions for Use with GROUP BY Clauses to 6.3.6
      
      
      d4bd1b93
    • unknown's avatar
      Explanation of maximum index length changed to maximum index width. · 6312ba60
      unknown authored
      
      BitKeeper/etc/ignore:
        Added Docs/texi2dvi.out to the ignore list
      6312ba60
  4. 16 Oct, 2001 13 commits