1. 06 Feb, 2002 1 commit
  2. 05 Feb, 2002 2 commits
    • unknown's avatar
      Remove old test suite in xml format · 26dfae65
      unknown authored
      
      BitKeeper/deleted/.del-README~877d76bcd19f7193:
        Delete: mysql-test/xml/README
      BitKeeper/deleted/.del-sel000001.xml~f0eb64c0346366db:
        Delete: mysql-test/xml/tests/sel000001.xml
      BitKeeper/deleted/.del-sel000002.xml~8cd06da5293a7147:
        Delete: mysql-test/xml/tests/sel000002.xml
      BitKeeper/deleted/.del-sel000003.xml~1a622b8d30d7ade8:
        Delete: mysql-test/xml/tests/sel000003.xml
      BitKeeper/deleted/.del-sel000004.xml~515488ef221523d9:
        Delete: mysql-test/xml/tests/sel000004.xml
      BitKeeper/deleted/.del-sel000005.xml~a6344e46ba572dc3:
        Delete: mysql-test/xml/tests/sel000005.xml
      BitKeeper/deleted/.del-sel000006.xml~8ad8f44f49b21246:
        Delete: mysql-test/xml/tests/sel000006.xml
      BitKeeper/deleted/.del-sel000007.xml~bfcb6d85276be7e8:
        Delete: mysql-test/xml/tests/sel000007.xml
      BitKeeper/deleted/.del-sel000008.xml~1d6082f0905c51b6:
        Delete: mysql-test/xml/tests/sel000008.xml
      BitKeeper/deleted/.del-sel000009.xml~8677613dc624cb0c:
        Delete: mysql-test/xml/tests/sel000009.xml
      BitKeeper/deleted/.del-sel000010.xml~9b98c9cce8fac145:
        Delete: mysql-test/xml/tests/sel000010.xml
      BitKeeper/deleted/.del-sel000011.xml~432156d127cbd22f:
        Delete: mysql-test/xml/tests/sel000011.xml
      BitKeeper/deleted/.del-sel000012.xml~a410d08dc4cfee11:
        Delete: mysql-test/xml/tests/sel000012.xml
      BitKeeper/deleted/.del-sel000013.xml~2717cbfbe5730174:
        Delete: mysql-test/xml/tests/sel000013.xml
      BitKeeper/deleted/.del-sel000014.xml~bcf55df6a036bd8f:
        Delete: mysql-test/xml/tests/sel000014.xml
      BitKeeper/deleted/.del-sel000015.xml~b72689a8f9b21372:
        Delete: mysql-test/xml/tests/sel000015.xml
      BitKeeper/deleted/.del-sel000016.xml~32f1ef2e3d214be0:
        Delete: mysql-test/xml/tests/sel000016.xml
      BitKeeper/deleted/.del-sel000017.xml~81423597605ff77f:
        Delete: mysql-test/xml/tests/sel000017.xml
      BitKeeper/deleted/.del-sel000018.xml~82e2e7bde83f56d8:
        Delete: mysql-test/xml/tests/sel000018.xml
      BitKeeper/deleted/.del-sel000019.xml~c0f0b05e481b90e7:
        Delete: mysql-test/xml/tests/sel000019.xml
      BitKeeper/deleted/.del-sel000020.xml~8849bbf91a4fd5ec:
        Delete: mysql-test/xml/tests/sel000020.xml
      BitKeeper/deleted/.del-sel000021.xml~2763b87c1549ba87:
        Delete: mysql-test/xml/tests/sel000021.xml
      BitKeeper/deleted/.del-sel000022.xml~da2083ef423ae39a:
        Delete: mysql-test/xml/tests/sel000022.xml
      BitKeeper/deleted/.del-sel000023.xml~11993b379b9838be:
        Delete: mysql-test/xml/tests/sel000023.xml
      BitKeeper/deleted/.del-sel000024.xml~dd067aa28220fa4c:
        Delete: mysql-test/xml/tests/sel000024.xml
      BitKeeper/deleted/.del-sel000025.xml~3e766aa1e43b303:
        Delete: mysql-test/xml/tests/sel000025.xml
      BitKeeper/deleted/.del-sel000026.xml~15145e496417646f:
        Delete: mysql-test/xml/tests/sel000026.xml
      BitKeeper/deleted/.del-README~cd4bb681e5a0cd10:
        Delete: mysql-test/xml/xsl/README
      BitKeeper/deleted/.del-sel000027.xml~95e7de3e9934b570:
        Delete: mysql-test/xml/tests/sel000027.xml
      BitKeeper/deleted/.del-sel000028.xml~c72bfec6600949b:
        Delete: mysql-test/xml/tests/sel000028.xml
      BitKeeper/deleted/.del-sel000029.xml~3aba1eb23ef86c9e:
        Delete: mysql-test/xml/tests/sel000029.xml
      BitKeeper/deleted/.del-sel000030.xml~c2b25781eefaee9:
        Delete: mysql-test/xml/tests/sel000030.xml
      BitKeeper/deleted/.del-mysqltest.xsl~1b8f6ec4f1b5f634:
        Delete: mysql-test/xml/xsl/mysqltest.xsl
      sql/opt_sum.cc:
        Fixed typo
      26dfae65
    • unknown's avatar
      manual.texi: · 9adfd2e8
      unknown authored
        Updated general manual about InnoDB locking and CHECK TABLE
      
      
      Docs/manual.texi:
        Updated general manual about InnoDB locking and CHECK TABLE
      9adfd2e8
  3. 04 Feb, 2002 1 commit
  4. 02 Feb, 2002 2 commits
  5. 01 Feb, 2002 5 commits
  6. 31 Jan, 2002 5 commits
    • unknown's avatar
      fixed wrong DBUG_ASSERT() in IO_CACHE · 552656c3
      unknown authored
      fixed apparent typo in opt_sum.cc
      I will push this Changeset although it fails select test - failing select 
      is better than the code that does not compile.
      
      
      mysql-test/r/rpl000001.result:
        updated result
      mysys/mf_iocache2.c:
        fixed wrong DBUG_ASSERT()
      sql/opt_sum.cc:
        fixed an apparent typo to make it compile
      552656c3
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 8612588a
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      
      sql/item_func.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      8612588a
    • unknown's avatar
      temporary commit to pull Monty's changes · 1d76e90c
      unknown authored
      
      include/my_global.h:
        added dbug_volatile
      mysys/mf_iocache2.c:
        some debugging code to investigate failed assert in my_b_append_tell()
      sql/item_func.cc:
        fixed logging bug in DO RELEASE_LOCK()
      1d76e90c
    • unknown's avatar
      manual.texi minor cleanups, typo fixes · f5a75e79
      unknown authored
      
      Docs/manual.texi:
        minor cleanups
      f5a75e79
    • unknown's avatar
      Fixes for new getopt · 83c83a02
      unknown authored
      Bug fix when using --no-deaults
      Sets ref_length to right value (faster rnd_pos() handling in InnoDB).
      Fixed problem with multi-table-delete and InnoDB
      Fixed problem with truncate table, which required a COMMIT before.
      Fixed multi-table-delete bug with InnoDB.
      Remove not used index from EXPLAIN
      
      
      Docs/manual.texi:
        ChangeLog
      include/my_getopt.h:
        Removed compiler warnings
      myisam/myisamchk.c:
        Fixes for new getopt
      mysql-test/r/explain.result:
        Updated test results
      mysql-test/r/innodb.result:
        Updated test results
      mysql-test/r/join.result:
        Updated test results
      mysql-test/t/innodb.test:
        Updated test results
      mysys/default.c:
        Bug fix when using --no-defaults
      mysys/my_getopt.c:
        Fixes for new getopt
      sql/ha_innodb.cc:
        Sets ref_length to right value (faster rnd_pos() handling).
        Fixed problem with multi-table-delete.
        Fixed problem with truncate table, which required a COMMIT before.
      sql/opt_sum.cc:
        Remove not used index from EXPLAIN
      sql/sql_cache.cc:
        Fixed core dump bug when not using query cache
      sql/sql_select.cc:
        Remove not used index from EXPLAIN
      83c83a02
  7. 30 Jan, 2002 13 commits
    • unknown's avatar
      Merge from 3.23.48 tree · 85278245
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/que/que0que.c:
        Auto merged
      innobase/rem/rem0rec.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/sync/sync0arr.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      innobase/trx/trx0undo.c:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      mysql-test/t/join.test:
        Auto merged
      mysys/hash.c:
        Auto merged
      scripts/mysql_config.sh:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      85278245
    • unknown's avatar
      8a56717c
    • unknown's avatar
      Fix in SHOW GRANTS: REFERENCE -> REFERENCES · bd454107
      unknown authored
      
      Docs/manual.texi:
        changelog
      sql/sql_acl.cc:
        Fix REFERENCE -> REFERENCES
      bd454107
    • unknown's avatar
      Take into account that table scans may use indexes · 9369764f
      unknown authored
      
      Docs/manual.texi:
        Changelog
      9369764f
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 9c5eec61
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      9c5eec61
    • unknown's avatar
      Added --sql-mode=NO_UNSIGNED_SUBTRACTION · 22ab2433
      unknown authored
      
      Docs/manual.texi:
        More information about UNSIGNED BIGINT arithmetic
      sql/slave.cc:
        Make binary logs 4G safe
      sql/slave.h:
        Make binary logs 4G safe
      sql/sql_rename.cc:
        cleanup
      22ab2433
    • unknown's avatar
      ha_innobase.cc: · dec0182c
      unknown authored
        Assume selectivity of any key prefix is better than 1 / 100, regardless of what the estimator returns; this balances the pessimistic assumption of the optimizer thatany secondary key access to the full row incurs a page read from disk
      
      
      sql/ha_innobase.cc:
        Assume selectivity of any key prefix is better than 1 / 100, regardless of what the estimator returns; this balances the pessimistic assumption of the optimizer thatany secondary key access to the full row incurs a page read from disk
      dec0182c
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · dafa196a
      unknown authored
      into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
      
      
      dafa196a
    • unknown's avatar
      New changes for DocBook XML output filter. · 525f1a4a
      unknown authored
      Added Docs/Support/make-docbook script, to work without makefile. 
      
      
      BitKeeper/etc/ignore:
        Added Docs/mysql.xml to the ignore list
      Docs/Support/docbook-fixup.pl:
        New changes for DocBook XML output filter.
      525f1a4a
    • unknown's avatar
    • unknown's avatar
      New functionality to my_getopt. myisamchk now uses my_getopt · c4f1ced9
      unknown authored
      only.
      
      
      include/my_getopt.h:
        Added u_max_value as for user definable maximum value for
        a variable in my_getopt.
      myisam/myisamchk.c:
        myisamchk now uses my_getopt struct for variables also.
        Variables can be set with -O var=val, --set-variable=var=val and
        --variable=val now.
      mysys/getvar.c:
        my_set_changeable_var moved to my_getopt.c
      mysys/my_getopt.c:
        Added special prefix --maximum[-variable-name=...] for user
        definable maximum values for variables, among other things.
      c4f1ced9
    • unknown's avatar
      @menu updates. · 82873647
      unknown authored
      82873647
    • unknown's avatar
      mirrors.texi: · 49b7281e
      unknown authored
        Remove French mirror
      
      
      Docs/mirrors.texi:
        Remove French mirror
      49b7281e
  8. 29 Jan, 2002 9 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 6987f146
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      
      sql/slave.cc:
        Auto merged
      6987f146
    • unknown's avatar
      temporary commit - need to pull Monty's changes · 9330f85b
      unknown authored
      
      mysql-test/t/rpl000001.test:
        modified test to break current replicatioin on a large log with a large lag 
        in slave thread between append and read of the relay log
      mysys/mf_iocache.c:
        fixed one bug in IO_CACHE but there is another one not fixed yet
      sql/slave.cc:
        fixed bug in 3.23 master replication
      9330f85b
    • unknown's avatar
      mem0mem.c: · 94f7b7f3
      unknown authored
        Add more diagnostic code to cath possible memory corruption
      
      
      innobase/mem/mem0mem.c:
        Add more diagnostic code to cath possible memory corruption
      94f7b7f3
    • unknown's avatar
      mirrors.texi: · 0aadbdde
      unknown authored
        Fix Yugoslavian mirror name
      manual.texi:
        Fix a couple of contributed software links
      
      
      Docs/manual.texi:
        Fix a couple of contributed software links
      Docs/mirrors.texi:
        Fix Yugoslavian mirror name
      0aadbdde
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 5b968bb8
      unknown authored
      
      sql/share/dutch/errmsg.txt:
        Auto merged
      5b968bb8
    • unknown's avatar
      New error messages · d6a43626
      unknown authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      
      
      Docs/manual.texi:
        Fixed Changelog, upgrading to 4.0 and 4.1 TODO sections.
      Docs/mysqld_error.txt:
        Added error message.
      configure.in:
        Fix for autoconf 2.52
      include/my_getopt.h:
        Portability fix.
      include/my_global.h:
        Portablity fix.
      include/mysqld_error.h:
        New error messages
      mysql-test/r/bigint.result:
        Test of unsigned BIGINT values.
      mysql-test/r/func_op.result:
        Test of unsigned BIGINT values.
      mysql-test/r/varbinary.result:
        Test of unsigned BIGINT values.
      mysql-test/t/bigint.test:
        Test of unsigned BIGINT values.
      sql/item_func.h:
        Optimized Item_int_func() usage.
      sql/lock.cc:
        Cleanup comments
      sql/log.cc:
        Cleanup
      sql/log_event.cc:
        Cleanup and portability fixes.
      sql/log_event.h:
        Cleanup and portability fixes.
      sql/mini_client.cc:
        Cleanup and portability fixes.
      sql/mysqld.cc:
        Fix for queries-per-hour
      sql/repl_failsafe.cc:
        Prepare for making binary log 2G clean.
      sql/share/czech/errmsg.txt:
        New error messages
      sql/share/danish/errmsg.txt:
        New error messages
      sql/share/dutch/errmsg.txt:
        New error messages
      sql/share/english/errmsg.txt:
        New error messages
      sql/share/estonian/errmsg.txt:
        New error messages
      sql/share/french/errmsg.txt:
        New error messages
      sql/share/german/errmsg.txt:
        New error messages
      sql/share/greek/errmsg.txt:
        New error messages
      sql/share/hungarian/errmsg.txt:
        New error messages
      sql/share/italian/errmsg.txt:
        New error messages
      sql/share/japanese/errmsg.txt:
        New error messages
      sql/share/korean/errmsg.txt:
        New error messages
      sql/share/norwegian-ny/errmsg.txt:
        New error messages
      sql/share/norwegian/errmsg.txt:
        New error messages
      sql/share/polish/errmsg.txt:
        New error messages
      sql/share/portuguese/errmsg.txt:
        New error messages
      sql/share/romanian/errmsg.txt:
        New error messages
      sql/share/russian/errmsg.txt:
        New error messages
      sql/share/slovak/errmsg.txt:
        New error messages
      sql/share/spanish/errmsg.txt:
        New error messages
      sql/share/swedish/errmsg.txt:
        New error messages
      sql/share/ukrainian/errmsg.txt:
        New error messages
      sql/slave.cc:
        Cleanup
      sql/slave.h:
        Cleanup
      sql/sql_acl.cc:
        Cleanup and removal of possible reserved words
      sql/sql_base.cc:
        More DBUG
      sql/sql_cache.cc:
        Cleanup & portability fixes
      sql/sql_class.h:
        Make binary log 4G clean
      sql/sql_delete.cc:
        More DBUG
      sql/sql_handler.cc:
        Cleanup & portability fixes
      sql/sql_parse.cc:
        Cleanup of queries-per-hours code
      sql/sql_rename.cc:
        Add missing DBUG_RETURN
      sql/sql_repl.cc:
        Cleanup & portability fixes
      sql/sql_select.cc:
        Cleanup & portability fixes
      sql/sql_show.cc:
        Cleanup & portability fixes
      sql/sql_update.cc:
        Small cleanup of multi-update-code (need second pass)
      sql/sql_yacc.yy:
        Changed syntax for GRANT ... QUERIES PER HOUR
      strings/str2int.c:
        Cleanup & portability fixes
      d6a43626
    • unknown's avatar
      page0page.ic: · a1940f03
      unknown authored
        Add an assert
      dyn0dyn.h:
        Reduce stack consumption
      
      
      innobase/include/dyn0dyn.h:
        Reduce stack consumption
      innobase/include/page0page.ic:
        Add an assert
      a1940f03
    • unknown's avatar
      Little fixup for template. · 1e1efae1
      unknown authored
      1e1efae1
    • unknown's avatar
      f3363c6f
  9. 28 Jan, 2002 2 commits
    • unknown's avatar
      Translated new error messages (Dutch). · 0453c5d7
      unknown authored
      0453c5d7
    • unknown's avatar
      Many files: · ac540e96
      unknown authored
        Merge InnoDB-.48
      
      
      sql/ha_innobase.cc:
        Merge InnoDB-.48
      innobase/include/dict0dict.h:
        Merge InnoDB-.48
      innobase/include/dict0mem.h:
        Merge InnoDB-.48
      innobase/include/mem0dbg.h:
        Merge InnoDB-.48
      innobase/include/mem0mem.h:
        Merge InnoDB-.48
      innobase/include/que0que.h:
        Merge InnoDB-.48
      innobase/include/row0mysql.h:
        Merge InnoDB-.48
      innobase/include/srv0srv.h:
        Merge InnoDB-.48
      innobase/include/trx0sys.h:
        Merge InnoDB-.48
      innobase/include/trx0trx.h:
        Merge InnoDB-.48
      innobase/include/mem0mem.ic:
        Merge InnoDB-.48
      innobase/dict/dict0dict.c:
        Merge InnoDB-.48
      innobase/dict/dict0mem.c:
        Merge InnoDB-.48
      innobase/log/log0recv.c:
        Merge InnoDB-.48
      innobase/mem/mem0dbg.c:
        Merge InnoDB-.48
      innobase/mem/mem0mem.c:
        Merge InnoDB-.48
      innobase/pars/lexyy.c:
        Merge InnoDB-.48
      innobase/que/que0que.c:
        Merge InnoDB-.48
      innobase/rem/rem0rec.c:
        Merge InnoDB-.48
      innobase/row/row0mysql.c:
        Merge InnoDB-.48
      innobase/row/row0sel.c:
        Merge InnoDB-.48
      innobase/srv/srv0srv.c:
        Merge InnoDB-.48
      innobase/sync/sync0arr.c:
        Merge InnoDB-.48
      innobase/trx/trx0sys.c:
        Merge InnoDB-.48
      innobase/trx/trx0trx.c:
        Merge InnoDB-.48
      innobase/trx/trx0undo.c:
        Merge InnoDB-.48
      ac540e96