1. 22 May, 2001 5 commits
  2. 21 May, 2001 10 commits
    • unknown's avatar
      manual.texi general typo fixes · 54bce35a
      unknown authored
      
      Docs/manual.texi:
        general typo fixes
      54bce35a
    • unknown's avatar
      manual.texi typo fix; fix odd repetition in toc header. · 7ede686e
      unknown authored
      
      Docs/manual.texi:
        typo fix; fix odd repetition in toc header.
      7ede686e
    • unknown's avatar
      manual.texi "windows" -> "Windows", where appropriate. · 24d7d5fa
      unknown authored
      manual.texi	Mods to Windows-specific sections, chapter 4.
      
      
      Docs/manual.texi:
        "windows" -> "Windows", where appropriate.
        Mods to Windows-specific sections, chapter 4.
      24d7d5fa
    • unknown's avatar
      manual.texi I promise to always run test-make-manual. · e7e96756
      unknown authored
      manual.texi	I promise to always run test-make-manual.
      manual.texi	I promise to always run test-make-manual.
      manual.texi	...
      
      
      Docs/manual.texi:
        I promise to always run test-make-manual.
        I promise to always run test-make-manual.
        I promise to always run test-make-manual.
        ...
      e7e96756
    • unknown's avatar
      manual.texi Added consultant. · d90e2c00
      unknown authored
      
      Docs/manual.texi:
        Added consultant.
      d90e2c00
    • unknown's avatar
      manual.texi Updated manual about auto-increment in InnoDB · 30b53864
      unknown authored
      
      Docs/manual.texi:
        Updated manual about auto-increment in InnoDB
      30b53864
    • unknown's avatar
      dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict · 00c7a753
      unknown authored
      dict0mem.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
      sync0sync.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
      univ.i  	InnoDB now tries to provide autoinc column value from a counter table in data dict
      dict0dict.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      dict0mem.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      sync0sync.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      ha_innobase.cc	InnoDB now tries to provide autoinc column value from a counter table in data dict
      
      
      sql/ha_innobase.cc:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/sync/sync0sync.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/dict/dict0mem.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/dict/dict0dict.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/dict0dict.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/dict0mem.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/sync0sync.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/univ.i:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      00c7a753
    • unknown's avatar
      manual.texi Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom · 9171d4da
      unknown authored
      srv0start.c	Tablespace size must be at least 10 MB
      
      
      innobase/srv/srv0start.c:
        Tablespace size must be at least 10 MB
      Docs/manual.texi:
        Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom
      9171d4da
    • unknown's avatar
      manual.texi Added entry in contrib software. · fe0a2ed7
      unknown authored
      
      Docs/manual.texi:
        Added entry in contrib software.
      fe0a2ed7
    • unknown's avatar
      manual.texi minor change notes mods · c5bcda50
      unknown authored
      
      Docs/manual.texi:
        minor change notes mods
      c5bcda50
  3. 20 May, 2001 4 commits
  4. 19 May, 2001 3 commits
    • unknown's avatar
      merge · 112ad672
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      112ad672
    • unknown's avatar
      Force close of sockets on HPUX 10.20 · ee896803
      unknown authored
      Support option lines longer than 256 chars.
      Close the slow log at shutdown.
      Always allow debug options to mysqld.
      Change some DBUG_PRINT tags.
      
      
      Docs/manual.texi:
        Small cleanups
      configure.in:
        Force close of sockets on HPUX 10.20
      mysql-test/t/merge.test:
        Remove used tables
      mysys/default.c:
        Support option lines longer than 256 chars.
      mysys/mf_keycache.c:
        Split check_keycache tags
      sql/mysqld.cc:
        Move things to 'cleanup'.
        Close the slow log at shutdown.
        Always allow debug options
      sql/violite.c:
        Change the error tag to vio_error
      ee896803
    • unknown's avatar
      manual.texi more development tree section changes · d20ee4bf
      unknown authored
      manual.texi	change "InnoDB consinsten read" to
      manual.texi	"InnoDB consistent read" in @node lines
      manual.texi	(to match section's actual title)
      manual.texi	cleanups to "installing from development source
      manual.texi	tree" section
      
      
      Docs/manual.texi:
        more development tree section changes
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d20ee4bf
  5. 18 May, 2001 7 commits
    • unknown's avatar
      ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow and... · f194e4e0
      unknown authored
      ibuf0ibuf.c	Insert buffer calculated SQL NULL size wrong, causing overflow and assertion failure in some cases
      log0log.c	Retrieve a dummy value from a function to prevent gcc crashing on HP-UX
      
      
      innobase/log/log0log.c:
        Retrieve a dummy value from a function to prevent gcc crashing on HP-UX
      innobase/ibuf/ibuf0ibuf.c:
        Insert buffer calculated SQL NULL size wrong, causing overflow and assertion failure in some cases
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f194e4e0
    • unknown's avatar
      getvar.c atoll() -> strtoll() (portability fix) · 188349dd
      unknown authored
      
      mysys/getvar.c:
        atoll() -> strtoll() (portability fix)
      188349dd
    • unknown's avatar
      Merge · 62198cbc
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      62198cbc
    • unknown's avatar
      Do-patch-file Fix typo (extra 'mv') · ada14881
      unknown authored
      ignore  	added Logs/* binary/*
      
      
      BitKeeper/etc/ignore:
        added Logs/* binary/*
      Build-tools/Do-patch-file:
        Fix typo (extra 'mv')
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ada14881
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 93eefe46
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/3
      
      
      Docs/manual.texi:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      93eefe46
    • unknown's avatar
      manual.texi @[XXX] -> @{[XXX]} (syntax error) · eb6011f9
      unknown authored
      
      Docs/manual.texi:
        @[XXX] -> @{[XXX]} (syntax error)
      eb6011f9
    • unknown's avatar
      Clean out some more generated files from the bdb tree. Add a hack · d7eb456a
      unknown authored
      to bdb/dist/s_rpc so that bk doesn't complain about the
      rpc_server/db_server_proc.c file that gets overwritten (but needs to
      be stored in BK).  Add a bdb/dist/template directory which is needed
      by bdb/dist/s_recover.
      
      
      BitKeeper/deleted/.del-gen_client_ext.h~5c621cacb18b38:
        Delete: bdb/include/gen_client_ext.h
      BitKeeper/deleted/.del-gen_client_ret~786a5e65119b3991:
        Delete: bdb/dist/template/gen_client_ret
      BitKeeper/deleted/.del-db_server.x~811aeb6b630fe7aa:
        Delete: bdb/rpc_server/db_server.x
      BitKeeper/deleted/.del-db_server_proc.sed~1a9af8e5b051acbd:
        Delete: bdb/rpc_server/db_server_proc.sed
      BitKeeper/deleted/.del-db_server_proc~2e8b49d42aefab55:
        Delete: bdb/dist/template/db_server_proc
      BitKeeper/deleted/.del-gen_server_ext.h~fd7bcfe6bbca8bcb:
        Delete: bdb/include/gen_server_ext.h
      BitKeeper/deleted/.del-db_archive.dsp~e3da826e91bb086:
        Delete: bdb/build_win32/db_archive.dsp
      BitKeeper/deleted/.del-db_checkpoint.dsp~8071af22db95b1db:
        Delete: bdb/build_win32/db_checkpoint.dsp
      BitKeeper/deleted/.del-db_deadlock.dsp~befd45d29eaeb672:
        Delete: bdb/build_win32/db_deadlock.dsp
      BitKeeper/deleted/.del-db_dll.dsp~4e9dda53c84511b6:
        Delete: bdb/build_win32/db_dll.dsp
      BitKeeper/deleted/.del-db_dump.dsp~e07d2a82708b61:
        Delete: bdb/build_win32/db_dump.dsp
      BitKeeper/deleted/.del-db_java.dsp~e3941d5a9810b360:
        Delete: bdb/build_win32/db_java.dsp
      BitKeeper/deleted/.del-db_load.dsp~e83a2af8e24a715d:
        Delete: bdb/build_win32/db_load.dsp
      BitKeeper/deleted/.del-db_printlog.dsp~163f6e1073a5f396:
        Delete: bdb/build_win32/db_printlog.dsp
      BitKeeper/deleted/.del-db_recover.dsp~835c32ab73359256:
        Delete: bdb/build_win32/db_recover.dsp
      BitKeeper/deleted/.del-db_stat.dsp~f77417f5d9984986:
        Delete: bdb/build_win32/db_stat.dsp
      BitKeeper/deleted/.del-db_static.dsp~78ea414467defc70:
        Delete: bdb/build_win32/db_static.dsp
      BitKeeper/deleted/.del-db_tcl.dsp~5ad951d774e41520:
        Delete: bdb/build_win32/db_tcl.dsp
      BitKeeper/deleted/.del-db_upgrade.dsp~90fd250190af4984:
        Delete: bdb/build_win32/db_upgrade.dsp
      BitKeeper/deleted/.del-db_verify.dsp~e9a4938542f86cea:
        Delete: bdb/build_win32/db_verify.dsp
      BitKeeper/deleted/.del-ex_access.dsp~8dd6017efffae14e:
        Delete: bdb/build_win32/ex_access.dsp
      BitKeeper/deleted/.del-ex_btrec.dsp~c87137287d8d67dc:
        Delete: bdb/build_win32/ex_btrec.dsp
      BitKeeper/deleted/.del-ex_env.dsp~1732d5e41efda77:
        Delete: bdb/build_win32/ex_env.dsp
      BitKeeper/deleted/.del-ex_lock.dsp~286d2566e786dde:
        Delete: bdb/build_win32/ex_lock.dsp
      BitKeeper/deleted/.del-ex_mpool.dsp~9eb937bc70c1573:
        Delete: bdb/build_win32/ex_mpool.dsp
      BitKeeper/deleted/.del-ex_tpcb.dsp~644b38dae8b38152:
        Delete: bdb/build_win32/ex_tpcb.dsp
      BitKeeper/deleted/.del-excxx_access.dsp~31e87b6228470681:
        Delete: bdb/build_win32/excxx_access.dsp
      BitKeeper/deleted/.del-excxx_btrec.dsp~61b563f4ac1f73eb:
        Delete: bdb/build_win32/excxx_btrec.dsp
      BitKeeper/deleted/.del-excxx_env.dsp~b0bf2649a4c797ac:
        Delete: bdb/build_win32/excxx_env.dsp
      BitKeeper/deleted/.del-excxx_lock.dsp~257abf03544f6270:
        Delete: bdb/build_win32/excxx_lock.dsp
      BitKeeper/deleted/.del-excxx_mpool.dsp~d17a5d09f09f5217:
        Delete: bdb/build_win32/excxx_mpool.dsp
      BitKeeper/deleted/.del-excxx_tpcb.dsp~159c727e2c15105e:
        Delete: bdb/build_win32/excxx_tpcb.dsp
      BitKeeper/deleted/.del-logtrack.list~7f4f1382b37d98e5:
        Delete: bdb/test/logtrack.list
      BitKeeper/etc/ignore:
        added bdb/build_win32/db_archive.dsp bdb/build_win32/db_checkpoint.dsp bdb/build_win32/db_deadlock.dsp bdb/build_win32/db_dump.dsp bdb/build_win32/db_load.dsp bdb/build_win32/db_printlog.dsp bdb/build_win32/db_recover.dsp bdb/build_win32/db_stat.dsp bdb/build_win32/db_upgrade.dsp bdb/build_win32/db_verify.dsp bdb/build_win32/ex_access.dsp bdb/build_win32/ex_btrec.dsp bdb/build_win32/ex_env.dsp bdb/build_win32/ex_lock.dsp bdb/build_win32/ex_mpool.dsp bdb/build_win32/ex_tpcb.dsp bdb/build_win32/excxx_access.dsp bdb/build_win32/excxx_btrec.dsp bdb/build_win32/excxx_env.dsp bdb/build_win32/excxx_lock.dsp bdb/build_win32/excxx_mpool.dsp bdb/build_win32/excxx_tpcb.dsp bdb/build_win32/db_dll.dsp bdb/build_win32/db_java.dsp bdb/build_win32/db_static.dsp bdb/build_win32/db_tcl.dsp bdb/dist/template/gen_client_ret bdb/dist/template/db_server_proc bdb/include/gen_client_ext.h bdb/include/gen_server_ext.h bdb/rpc_server/db_server_proc.sed bdb/rpc_server/db_server.x bdb/test/logtrack.list
      bdb/dist/s_rpc:
        This is a hack to handle the $proc_file special case.  Since it
        is both a source file and a generated file, we have to dance a
        bit to get it to work with 'bk get', not just with 'bk edit'.
        This still isn't perfect (I don't know what perfect would be in
        this case), but it seems to work for now.
      d7eb456a
  6. 17 May, 2001 1 commit
  7. 16 May, 2001 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 5ee5f0db
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      5ee5f0db
    • unknown's avatar
      Fixed bug when using MERGE on files > 4G · ebe9b607
      unknown authored
      Fixed bug in SELECT db1.table.* FROM db1.table,db2.table
      Fixed bug in INSERT DELAYED when doing shutdown and a table was locked
      Changed that tmp_table_size =4G-1 means unlimited.
      
      
      Docs/manual.texi:
        Added new section about crashed MyISAM tables.
        Cleaned up subsections for InnoDB
      client/mysql.cc:
        Cleanup
      myisam/mi_rkey.c:
        Cleanup
      myisam/mi_search.c:
        Fixed wrong casts in debug messages
      myisammrg/myrg_rrnd.c:
        Fixed bug when using files > 4G
      mysys/getvar.c:
        Changed to use longlong to support arguments up to 4G
      mysys/thr_lock.c:
        Fix for delay insert
      sql/mysqld.cc:
        Increased default size for temporary tables
      sql/sql_base.cc:
        Fixed bug in SELECT db1.table.* FROM db1.table,db2.table
      sql/sql_insert.cc:
        Fixed bug in INSERT DELAYED when doing shutdown and a table was locked
      sql/sql_select.cc:
        Changed that tmp_table_size =4G-1 means unlimited.
      ebe9b607
    • unknown's avatar
      merged · e40f0f1c
      unknown authored
      e40f0f1c
    • unknown's avatar
      Fulltext manual changed, MERGE bug fixed · 89ec1da4
      unknown authored
      
      Docs/manual.texi:
        Fulltext manual changed, MERGE bug added to changelog
      myisammrg/mymrgdef.h:
        MERGE bug fixed
      myisammrg/myrg_rkey.c:
        MERGE bug fixed
      myisammrg/myrg_rnext.c:
        MERGE bug fixed
      myisammrg/myrg_rprev.c:
        MERGE bug fixed
      mysql-test/r/merge.result:
        MERGE bug fixed
      mysql-test/t/merge.test:
        MERGE bug fixed
      89ec1da4
    • unknown's avatar
      Merge work:/home/bk/mysql · 8aeba900
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      8aeba900
    • unknown's avatar
      mysql-test/r/rpl000001.result · fa33f498
      unknown authored
          forgot to add result
      
      
      mysql-test/r/rpl000001.result:
        forgot to add result
      fa33f498
    • unknown's avatar
      mysql-test/t/rpl000001.test · 1f998add
      unknown authored
          added a test for updates on user table
      
      
      mysql-test/t/rpl000001.test:
        added a test for updates on user table
      1f998add
    • unknown's avatar
      os0file.c Fixed an extraneous error message at the start of db, changed from... · 8dada463
      unknown authored
      os0file.c	Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun
      
      
      innobase/os/os0file.c:
        Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun
      8dada463
  8. 15 May, 2001 2 commits