1. 13 Mar, 2001 6 commits
    • 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
  2. 12 Mar, 2001 2 commits
  3. 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
  4. 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
  5. 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
  6. 08 Mar, 2001 11 commits
  7. 07 Mar, 2001 14 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 7e571393
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      7e571393
    • unknown's avatar
      Change --with-innobase-db to --with-innobase. · cc5633c7
      unknown authored
      cc5633c7
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql · 41b8b7cb
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      41b8b7cb
    • unknown's avatar
      Merge work:/home/bk/mysql · 3d704acc
      unknown authored
      into evoq.mwagner.org:/opt/local/x1/work/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      3d704acc
    • unknown's avatar
      manual.texi Added entry to contrib section. · 3b5ed5c0
      unknown authored
      
      Docs/manual.texi:
        Added entry to contrib section.
      3b5ed5c0
    • unknown's avatar
      Fixed test cases for innobase · 080298cf
      unknown authored
      Fixed bug introduced with last ORDER BY optimization
      Changed log position to longlong to avoid warnings.
      
      
      Docs/manual.texi:
        Update for innobase
      mysql-test/r/innobase.result:
        Fixed test cases
      mysql-test/t/bdb.test:
        Removed not used tables
      mysql-test/t/innobase.test:
        Fixed test cases
      sql/field.h:
        Fixed bug introduced with last ORDER BY optimization
      sql/ha_berkeley.cc:
        Fixed bug when index_init() was called twice.
      sql/mysql_priv.h:
        Added option to not get stack trace (when using gdb)
      sql/mysqld.cc:
        Added option to not get stack trace (when using gdb)
      sql/slave.cc:
        Changed log position to longlong to avoid warnings.
      sql/slave.h:
        Changed log position to longlong to avoid warnings.
      sql/sql_parse.cc:
        Removed warnings
      sql/sql_select.cc:
        Cleanups
      080298cf
    • unknown's avatar
      Merge · 63f0763e
      unknown authored
      63f0763e
    • unknown's avatar
      Do-all-build-steps We build with BerkeleyDB now, too. · 9a1a850a
      unknown authored
      
      Build-tools/Do-all-build-steps:
        We build with BerkeleyDB now, too.
      9a1a850a
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · cf7dc4cc
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      Docs/manual.texi:
        Auto merged
      cf7dc4cc
    • unknown's avatar
      Changes so that 'make distcheck' works with Berkeley DB. · 58614666
      unknown authored
      
      Build-tools/Do-all-build-steps:
        We now build with Berkeley DB.
      Docs/manual.texi:
        Try to make MySQL's extensions to GROUP BY more noticable.
      acinclude.m4:
        Berkeley DB defaults to "no", now.
        
        Changes so that 'make distcheck' works with Berkeley DB.
      bdb/Makefile.in:
        Add some more dummy targets to ignore.
      58614666
    • unknown's avatar
      mem0pool.c Removed excessive out of mem warnings · c654c92e
      unknown authored
      
      innobase/mem/mem0pool.c:
        Removed excessive out of mem warnings
      c654c92e
    • unknown's avatar
      ha_innobase.cc Fix a bug in removal of trailing spaces of binary varchar... · 85038856
      unknown authored
      ha_innobase.cc	Fix a bug in removal of trailing spaces of binary varchar strings, fix a bug in REPLACE
      
      
      sql/ha_innobase.cc:
        Fix a bug in removal of trailing spaces of binary varchar strings, fix a bug in REPLACE
      85038856
    • unknown's avatar
      row0mysql.c Fix REPLACE problem, non-latin1 charset bug · 9b551f78
      unknown authored
      row0upd.c	Fix REPLACE problem, non-latin1 charset bug
      rem0cmp.c	Fix REPLACE problem, non-latin1 charset bug
      
      
      innobase/rem/rem0cmp.c:
        Fix REPLACE problem, non-latin1 charset bug
      innobase/row/row0mysql.c:
        Fix REPLACE problem, non-latin1 charset bug
      innobase/row/row0upd.c:
        Fix REPLACE problem, non-latin1 charset bug
      9b551f78
    • unknown's avatar
      Removed duplicated index_init() calls that causes problems with BDB · 78984a51
      unknown authored
      tables.
      Merged maxsql.spec with mysql.spec
      
      
      mysql-test/r/innobase.result:
        Almost up to date test results
      mysql-test/t/innobase.test:
        Added testing of error codes
      sql-bench/test-insert.sh:
        Added testing of key-only-read
      sql/ha_berkeley.cc:
        Added DBUG_PRINT
      sql/sql_select.cc:
        Removed duplicated index_init() calls
      support-files/maxsql.spec.sh:
        Merge with mysql.spec.  Take into account that BDB and Innobase is
        in the MySQL source tree
      support-files/mysql.spec.sh:
        Removed usage of innobase in standard RPM
      78984a51
  8. 06 Mar, 2001 1 commit