1. 15 Mar, 2001 5 commits
    • unknown's avatar
      Docs/manual.texi · b0847b79
      unknown authored
          clean-up/update of Linux-Notes
      
      
      Docs/manual.texi:
        clean-up/update of Linux-Notes
      b0847b79
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · a310b22c
      unknown authored
      into central.snake.net:/home/paul/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      a310b22c
    • unknown's avatar
      manual.texi mods to recent change notes · dda1d8a6
      unknown authored
      
      Docs/manual.texi:
        mods to recent change notes
      dda1d8a6
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · fab62dd6
      unknown authored
      into central.snake.net:/home/paul/mysql
      
      
      fab62dd6
    • unknown's avatar
      Added fix for using variables with distinct · 41ed0141
      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
      41ed0141
  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 · 80462011
      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
      80462011
    • unknown's avatar
      sql_lex.cc per-thread state_map temporarily disabled · 99f49c3c
      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
      99f49c3c
    • unknown's avatar
      Merge · f9df810c
      unknown authored
      
      sql/sql_insert.cc:
        merged
      f9df810c
    • unknown's avatar
      manual.texi Typo fix. Added mirror in Ukraine. · 57d32777
      unknown authored
      manual.texi	Updated Mascon entry to new version.
      
      
      Docs/manual.texi:
        Typo fix. Added mirror in Ukraine.
      57d32777
    • unknown's avatar
      Merge work:/home/bk/mysql · 10d5f95e
      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
      10d5f95e
    • unknown's avatar
      untested changes to close socket on slave stop for OS's that do not · f87b3ee4
      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
      f87b3ee4
    • unknown's avatar
      Added SQL_ANSI_MODE. · ee92b9f6
      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.
      ee92b9f6
  4. 12 Mar, 2001 2 commits
  5. 11 Mar, 2001 3 commits
    • unknown's avatar
      Fixes for compiling innobase · c6639098
      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
      c6639098
    • unknown's avatar
      Optimization of delete with record cache (for MyISAM tables) · 765c2558
      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
      765c2558
    • unknown's avatar
      Added new tests to benchmark suite · 97acb7b3
      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
      97acb7b3
  6. 10 Mar, 2001 2 commits
    • unknown's avatar
      Fixed bug in MAX() optimizing for BDB tables · 74ea7333
      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
      74ea7333
    • unknown's avatar
      Merge work:/home/bk/mysql · 7e1b289b
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      7e1b289b
  7. 09 Mar, 2001 1 commit
    • unknown's avatar
      Fixed wrong option in mysql_install_db · 7957ec7e
      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
      7957ec7e
  8. 08 Mar, 2001 6 commits