1. 15 Mar, 2001 6 commits
    • unknown's avatar
      Updated manual. · 16001597
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      16001597
    • unknown's avatar
      Docs/manual.texi · 56cea52f
      unknown authored
          clean-up/update of Linux-Notes
      
      
      Docs/manual.texi:
        clean-up/update of Linux-Notes
      56cea52f
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 2dc0193d
      unknown authored
      into central.snake.net:/home/paul/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      2dc0193d
    • unknown's avatar
      manual.texi mods to recent change notes · a0134176
      unknown authored
      
      Docs/manual.texi:
        mods to recent change notes
      a0134176
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 31cc1d5a
      unknown authored
      into central.snake.net:/home/paul/mysql
      
      31cc1d5a
    • unknown's avatar
      Added fix for using variables with distinct · 7557a9a3
      unknown authored
      
      Docs/manual.texi:
        Updated links
      client/mysqltest.c:
        Added 'ping' method
      configure.in:
        Upgraded version number
      mysql-test/r/user_var.result:
        Added test for using variables with distinct
      mysql-test/t/kill.test:
        Use 'ping' to force reconnect
      mysql-test/t/user_var.test:
        Added test for using variables with distinct
      sql-bench/run-all-tests.sh:
        Fixed argument passing
      7557a9a3
  2. 14 Mar, 2001 14 commits
  3. 13 Mar, 2001 7 commits
    • unknown's avatar
      mysql-test/r/order_by.result fixed for new test · 49fe7a29
      unknown authored
      sql/field.cc    ORDER BY bug fixed
      
      
      mysql-test/r/order_by.result:
        fixed for new test
      sql/field.cc:
        ORDER BY bug fixed
      49fe7a29
    • unknown's avatar
      sql_lex.cc per-thread state_map temporarily disabled · 7a92617d
      unknown authored
      mysql-test-run.sh	PATH corrected
      
      
      mysql-test/mysql-test-run.sh:
        PATH corrected
      sql/sql_lex.cc:
        per-thread state_map temporarily disabled
      7a92617d
    • unknown's avatar
      Merge · fe7c55c7
      unknown authored
      
      sql/sql_insert.cc:
        merged
      fe7c55c7
    • unknown's avatar
      manual.texi Typo fix. Added mirror in Ukraine. · 45fe8d15
      unknown authored
      manual.texi	Updated Mascon entry to new version.
      
      
      Docs/manual.texi:
        Typo fix. Added mirror in Ukraine.
      45fe8d15
    • unknown's avatar
      Merge work:/home/bk/mysql · 49e73e6f
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      49e73e6f
    • unknown's avatar
      untested changes to close socket on slave stop for OS's that do not · 0d70b929
      unknown authored
      interrupt I/O after thr_alarm_kill()
      
      test case for order by desc coredump
      
      
      mysql-test/t/order_by.test:
        added test case for order by desc bug
      sql/slave.cc:
        close socket on slave stop
      sql/slave.h:
        close socket on slave stop
      sql/sql_class.cc:
        close socket on slave stop
      sql/sql_class.h:
        close socket on slave stop
      sql/sql_parse.cc:
        changed kill_one_thread to use prepare_to_die()
      sql/sql_repl.cc:
        close socket on slave stop
      0d70b929
    • unknown's avatar
      Added SQL_ANSI_MODE. · a4c63857
      unknown authored
      
      Docs/manual.texi:
        Added News section for 3.23.35, and change notes for SQL_ANSI_MODE.
      sql/gen_lex_hash.cc:
        Fixed typo.
        Updated the values, so the parser can be created.
      sql/mysql_priv.h:
        Added ``global_state_map'' from sql_lex.cc.
      sql/sql_class.h:
        Added ``state_map'' to THD.  This is a per-thread state map for lex.
      sql/sql_lex.cc:
        Renamed ``state_map'' to ``global_state_map''.
        Changed yylex() to use the new per-thread state map.
      sql/sql_parse.cc:
        Copy global_state_map into thd->state_map on thread start.
      sql/sql_yacc.yy:
        Added SQL_ANSI_MODE.
        Cleaned up some.
      a4c63857
  4. 12 Mar, 2001 2 commits
  5. 11 Mar, 2001 3 commits
    • unknown's avatar
      Fixes for compiling innobase · 684602df
      unknown authored
      
      Docs/manual.texi:
        Added notes about 3.23.34a
      innobase/mem/Makefile.am:
        Add missing files
      innobase/pars/Makefile.am:
        fixed typo
      sql-bench/run-all-tests.sh:
        Fix for windows
      684602df
    • unknown's avatar
      Optimization of delete with record cache (for MyISAM tables) · a67e5891
      unknown authored
      Added missing files for innobase to the distribution
      
      
      BUILD/compile-pentium-debug:
        Always compile with BDB tables
      BUILD/compile-pentium:
        Always compile with BDB tables
      configure.in:
        Added missing files for innobase to the distribution
      innobase/mem/Makefile.am:
        Added missing files for innobase to the distribution
      innobase/pars/Makefile.am:
        Added missing files for innobase to the distribution
      sql/ha_isam.h:
        Don't use record cache with delete
      sql/handler.h:
        Optimization of delete with record cache
      sql/mysql_priv.h:
        Optimization of delete with record cache
      sql/records.cc:
        Optimization of delete with record cache
      sql/sql_delete.cc:
        Optimization of delete with record cache
      a67e5891
    • unknown's avatar
      Added new tests to benchmark suite · 5de5710f
      unknown authored
      
      Docs/manual.texi:
        Updated some typos in the innobase section
      client/mysql.cc:
        Added print of field types (for debugging)
      client/mysqladmin.c:
        Added timeout for shutdown
      mysql-test/mysql-test-run.sh:
        Use timeout for shutdown
      sql-bench/test-select.sh:
        Added test of query cache and new tests for count(distinct)
      sql/ha_myisam.cc:
        Don't give warnings for RESTORE TABLE
      sql/mysqld.cc:
        Added printing of innobase options
      sql/sql_lex.cc:
        Fixed possible bug when OEM
      sql/sql_table.cc:
        cleanup
      5de5710f
  6. 10 Mar, 2001 2 commits
    • unknown's avatar
      Fixed bug in MAX() optimizing for BDB tables · a791aa29
      unknown authored
      
      Docs/manual.texi:
        Updated changelog
      mysql-test/README:
        Added reference to manual
      mysql-test/r/bdb.result:
        Added test for MAX() bug
      mysql-test/r/innobase.result:
        Added test for MAX() bug
      mysql-test/t/bdb.test:
        Added test for MAX() bug
      mysql-test/t/innobase.test:
        Added test for MAX() bug
      sql-bench/server-cfg.sh:
        Don't create big blobs with innobase
      sql/ha_berkeley.cc:
        Fixed bug in MAX() optimizing
      BitKeeper/etc/ignore:
        Added sql/.gdbinit to the ignore list
      sql/ha_innobase.h:
        Fixed bug in MAX() optimizing
      sql/handler.h:
        Fixed bug in MAX() optimizing
      sql/opt_sum.cc:
        Fixed bug in MAX() optimizing
      a791aa29
    • unknown's avatar
      Merge work:/home/bk/mysql · 90e18cd2
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      90e18cd2
  7. 09 Mar, 2001 1 commit
    • unknown's avatar
      Fixed wrong option in mysql_install_db · 6052a714
      unknown authored
      Added delayed_user for delayed_threads
      Don't use record cache when doing deletes
      
      
      Docs/manual.texi:
        Added link to activestate perl
      mysql-test/t/delayed.test:
        Added sleep for slow machines
      scripts/mysql_install_db.sh:
        Fixed wrong option
      sql-bench/crash-me.sh:
        Intialize some variables
      sql/mysql_priv.h:
        Added delayed_user for delayed_threads
      sql/mysqld.cc:
        Added delayed_user for delayed_threads
      sql/sql_class.cc:
        Added delayed_user for delayed_threads
      sql/sql_delete.cc:
        Don't use record cache when doing deletes
      sql/sql_insert.cc:
        Added delayed_user for delayed_threads
      tests/fork3_test.pl:
        Added periodic check/repair of table
      6052a714
  8. 08 Mar, 2001 5 commits