1. 05 Apr, 2001 4 commits
  2. 04 Apr, 2001 7 commits
  3. 03 Apr, 2001 4 commits
  4. 02 Apr, 2001 2 commits
  5. 01 Apr, 2001 6 commits
    • unknown's avatar
      Cleanup of manual · fb02a6e1
      unknown authored
      
      Docs/manual.texi:
        Fixed nodes and menus with xemacs
        Moved some C API sections to subsections
      mysql-test/r/alter_table.result:
        Test result for new test case
      fb02a6e1
    • unknown's avatar
      merge · c7320809
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c7320809
    • unknown's avatar
      Added INNODB as a synonym for INNOBASE · 0c5e739b
      unknown authored
      Fixed bug where FLUSH TABLES could make indexes unavailable for the next query
      Added --skip-safemalloc
      
      
      Docs/manual.texi:
        Added some information about --with-debug=full
      sql/lex.h:
        Added INNODB as a synonym for INNOBASE
      sql/mysqld.cc:
        Added myisam variables.
        Moved shutdown message to after databases has been closed.
        Removed old define for MacOS X.
        Added --skip-safemalloc.
        Added missing \ to strings
      sql/sql_base.cc:
        Fixed bug where FLUSH TABLES could make indexes unavailable for
        the next query.
      support-files/my-huge.cnf.sh:
        Added / to end of innobase directory options
      support-files/my-large.cnf.sh:
        Added / to end of innobase directory options
      support-files/my-medium.cnf.sh:
        Added / to end of innobase directory options
      support-files/my-small.cnf.sh:
        Added / to end of innobase directory options
      tests/fork_big.pl:
        Made test harder
      0c5e739b
    • unknown's avatar
      Fixed typos in manual.texi. · cd8fc49c
      unknown authored
      
      Docs/manual.texi:
        Fixed typos.
      cd8fc49c
    • unknown's avatar
      Fixed bug in ALTER TABLE · c8769e80
      unknown authored
      Removed _mi_rkey() function
      New fork_big.pl multi-thread test
      
      
      BitKeeper/deleted/.del-fork3_test.pl~c4a7bffb4f8e813c:
        Delete: tests/fork3_test.pl
      BitKeeper/deleted/.del-fork_test.pl~3d3535329ed8cd5e:
        Delete: tests/fork_test.pl
      Docs/manual.texi:
        Changelog.
        Updated support information
      client/mysqladmin.c:
        Removed not used --timeout option
      configure.in:
        Update version
      myisam/mi_extra.c:
        Fixed bug in ALTER TABLE
      myisam/mi_rkey.c:
        Removed _mi_rkey() function
      myisam/myisamdef.h:
        Removed _mi_rkey() function
      myisammrg/myrg_rkey.c:
        Removed _mi_rkey() function
      myisammrg/myrg_rnext.c:
        Removed _mi_rkey() function
      mysql-test/t/alter_table.test:
        Added test case for ALTER TABLE bug
      sql/derror.cc:
        Moved shutdown message to clean_up
      sql/mysql_priv.h:
        Moved shutdown message to clean_up
      sql/sql_class.cc:
        Fixed bug in MySQL compiled with transactions but using --skip-"table-handler"
      sql/sql_show.cc:
        Use time_after_lock for time of query when debugging
      sql/sql_test.cc:
        Check memory overruns when using 'mysqladmin debug'
      strings/ctype-tis620.c:
        F
      c8769e80
    • unknown's avatar
      Lots of corrections and cleanups to manual.texi. · 964bae74
      unknown authored
      
      Docs/manual.texi:
        Lots of corrections and cleanups.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      964bae74
  6. 31 Mar, 2001 1 commit
    • unknown's avatar
      manual.texi Mirror maintenance. · 23a54780
      unknown authored
      
      Docs/manual.texi:
        Mirror maintenance.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      23a54780
  7. 30 Mar, 2001 1 commit
    • unknown's avatar
      Made the manual pretty in HTMLHELP format. · 97144ca3
      unknown authored
      Reorganized and renamed the API chapter.
      
      
      Docs/manual.texi:
        - Lots of maintenance.
        - Moved the C API info to subsections and subsubsections of the main
          MySQL C API section.
        - Added chapter, section, appendix intros where they were missing.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      97144ca3
  8. 28 Mar, 2001 3 commits
    • unknown's avatar
      Added check to isolation test if Gemini is used · 857af254
      unknown authored
      
      mysql-test/t/isolation.test:
        Added check if Gemini is used
        Removed 'use test'
      857af254
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 46cfc642
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      46cfc642
    • unknown's avatar
      Let ALTER TABLE and LOAD DATA INFILE use sorting to create index · f176ef0a
      unknown authored
      Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
      
      
      Docs/manual.texi:
        Updated changelog
      include/myisam.h:
        Let ALTER TABLE and LOAD DATA INFILE use sorting to create index
      myisam/mi_check.c:
        Let ALTER TABLE and LOAD DATA INFILE use sorting to create index
      myisam/myisamchk.c:
        Let ALTER TABLE and LOAD DATA INFILE use sorting to create index
      sql/ha_myisam.cc:
        Let ALTER TABLE and LOAD DATA INFILE use sorting to create index
      sql/mysqld.cc:
        Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
      f176ef0a
  9. 27 Mar, 2001 9 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · a0e9add7
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a0e9add7
    • unknown's avatar
      I was wrong about concurrent insert issue in rpl000016 - it still failed · 448c488b
      unknown authored
      once after the lock. Now changed test case and added eval support to
      mysqltest to make it easier to debug
      
      
      client/mysqltest.c:
        added eval query command to be able to use variables in a query
      mysql-test/r/rpl000016.result:
        updates for new test case
      mysql-test/t/rpl000016.test:
        changed test case to make it easier to debug
      448c488b
    • unknown's avatar
      log0log.c Failure to create or open the archive log file now results in exit(1) · d1284292
      unknown authored
      ut0dbg.h	Innobase now prints the line and file of an assertion failure
      
      
      innobase/include/ut0dbg.h:
        Innobase now prints the line and file of an assertion failure
      innobase/log/log0log.c:
        Failure to create or open the archive log file now results in exit(1)
      d1284292
    • unknown's avatar
      os0thread.c Added &attr to os_thread_create to get in compile on HP-UX · cfebf7c3
      unknown authored
      
      innobase/os/os0thread.c:
        Added &attr to os_thread_create to get in compile on HP-UX
      cfebf7c3
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/bk/mysql · dcbf022d
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqlt
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dcbf022d
    • unknown's avatar
      Created an isolation test for testing isolation levels. · d1a3f72f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d1a3f72f
    • unknown's avatar
      data0data.c Small changes to eliminate some asserts in the debug version · 56b72401
      unknown authored
      data0type.c	Small changes to eliminate some asserts in the debug version
      data0type.ic	Small changes to eliminate some asserts in the debug version
      
      
      innobase/data/data0data.c:
        Small changes to eliminate some asserts in the debug version
      innobase/data/data0type.c:
        Small changes to eliminate some asserts in the debug version
      innobase/include/data0type.ic:
        Small changes to eliminate some asserts in the debug version
      56b72401
    • unknown's avatar
      Fixed bug in lock tables introduced by shared locks. · 475c3d52
      unknown authored
      New lock test
      
      
      Docs/manual.texi:
        Small update
      sql/sql_base.cc:
        Fixed bug in lock tables introduced by shared locks.
      475c3d52
    • unknown's avatar
      worked around gcc bug to make compile-pentium-gcov work · 5c548150
      unknown authored
      increase coverage for table.cc in mysql_rm_table()
      ingore temporary gcov files
      fixed bug in replication test case
      
      
      BitKeeper/etc/ignore:
        added *.da
      BUILD/compile-pentium-gcov:
        do not build shared libraries - combination of -fPIC and the coverage flags
        triggers a bug in gcc, apparently - problem went away after adding
        --disable-shared
      mysql-test/t/flush.test:
        extra test to increase coverage of table.cc
      mysql-test/t/rpl000016.test:
        fixed bug in test case - insert may be concurrent, so we may read the
        table on the slave before the last insert becomes visible even when the 
        master position is up to date if we do not
        lock it explicitly
      5c548150
  10. 26 Mar, 2001 3 commits
    • unknown's avatar
      Fix a crash in Innobase with tables with many columns and a range query · f1224737
      unknown authored
      Removed all Attic directories.
      
      
      BitKeeper/deleted/.del-myisam.doc~519bb06ecc870298:
        Delete: Docs/Attic/myisam.doc
      BitKeeper/deleted/.del-libmysql.c~72949a7043113807:
        Delete: client/Attic/libmysql.c
      BitKeeper/deleted/.del-net.c~c18042da6fa4e693:
        Delete: client/Attic/net.c
      BitKeeper/deleted/.del-print_defaults.c~362952979aa7b330:
        Delete: extra/Attic/print_defaults.c
      BitKeeper/deleted/.del-config-win32.h~65db818ec7e8f21b:
        Delete: include/Attic/config-win32.h
      BitKeeper/deleted/.del-m_ctype.h.in~f671e3c2d611ba97:
        Delete: include/Attic/m_ctype.h.in
      BitKeeper/deleted/.del-mysql_com.h.in~85b1ea7ced528c32:
        Delete: include/Attic/mysql_com.h.in
      BitKeeper/deleted/.del-ft_global.h~fe46fb515f1e375:
        Delete: myisam/Attic/ft_global.h
      BitKeeper/deleted/.del-lex_hash.h~14f912771118b50c:
        Delete: sql/Attic/lex_hash.h
      BitKeeper/deleted/.del-mini_client.c~9a3778c387d06a81:
        Delete: sql/Attic/mini_client.c
      BitKeeper/deleted/.del-mini_client_errors.c~29edad51a5d0b068:
        Delete: sql/Attic/mini_client_errors.c
      BitKeeper/deleted/.del-mybinlogdump.cc~5dbdd2bde98d6169:
        Delete: sql/Attic/mybinlogdump.cc
      BitKeeper/deleted/.del-net_serv.c~52dabcd773a39e10:
        Delete: sql/Attic/net_serv.c
      BitKeeper/deleted/.del-bootstrap-ctype.c~6d2a8cda2d6a35ff:
        Delete: strings/Attic/bootstrap-ctype.c
      BitKeeper/deleted/.del-ct_init.c~f0948bdd35ceedc3:
        Delete: strings/Attic/ct_init.c
      BitKeeper/deleted/.del-ctype-cp1251.c~cdf74b9168408b3:
        Delete: strings/Attic/ctype-cp1251.c
      BitKeeper/deleted/.del-ctype-cp1257.c~732611cbc74aeafc:
        Delete: strings/Attic/ctype-cp1257.c
      BitKeeper/deleted/.del-ctype-croat.c~d2d805ee6f10cbcc:
        Delete: strings/Attic/ctype-croat.c
      BitKeeper/deleted/.del-ctype-danish.c~dc5451066eb272ae:
        Delete: strings/Attic/ctype-danish.c
      BitKeeper/deleted/.del-ctype-dec8.c~68f257dd2202d0c7:
        Delete: strings/Attic/ctype-dec8.c
      BitKeeper/deleted/.del-ctype-dos.c~f77bd08acf13a8c1:
        Delete: strings/Attic/ctype-dos.c
      BitKeeper/deleted/.del-ctype-estonia.c~fc8a69424f7cb66b:
        Delete: strings/Attic/ctype-estonia.c
      BitKeeper/deleted/.del-ctype-german1.c~f7830c509bb358f7:
        Delete: strings/Attic/ctype-german1.c
      BitKeeper/deleted/.del-ctype-greek.c~90acdff1195209ca:
        Delete: strings/Attic/ctype-greek.c
      BitKeeper/deleted/.del-ctype-hebrew.c~d3b4a000d51e76dc:
        Delete: strings/Attic/ctype-hebrew.c
      BitKeeper/deleted/.del-ctype-hp8.c~749e1be0f028d349:
        Delete: strings/Attic/ctype-hp8.c
      BitKeeper/deleted/.del-ctype-hungarian.c~5cf0bf7fa0312637:
        Delete: strings/Attic/ctype-hungarian.c
      BitKeeper/deleted/.del-ctype-koi8_ru.c~8ff4188c642c9bd:
        Delete: strings/Attic/ctype-koi8_ru.c
      BitKeeper/deleted/.del-ctype-koi8_ukr.c~a04aa14a6d62335a:
        Delete: strings/Attic/ctype-koi8_ukr.c
      BitKeeper/deleted/.del-ctype-latin1.c~cc63880f19c2303e:
        Delete: strings/Attic/ctype-latin1.c
      BitKeeper/deleted/.del-ctype-latin2.c~31895c4b83654342:
        Delete: strings/Attic/ctype-latin2.c
      BitKeeper/deleted/.del-ctype-swe7.c~bb1b012225d7d02c:
        Delete: strings/Attic/ctype-swe7.c
      BitKeeper/deleted/.del-ctype-usa7.c~d19d859dca5675f:
        Delete: strings/Attic/ctype-usa7.c
      BitKeeper/deleted/.del-ctype-win1250.c~1ce7a24255780a1:
        Delete: strings/Attic/ctype-win1250.c
      BitKeeper/deleted/.del-ctype-win1251.c~762607f4fd7d52ad:
        Delete: strings/Attic/ctype-win1251.c
      BitKeeper/deleted/.del-ctype-win1251ukr.c~b5a7cca889bbef58:
        Delete: strings/Attic/ctype-win1251ukr.c
      BitKeeper/deleted/.del-ctype.c.in~8bf48d4bcbc5f675:
        Delete: strings/Attic/ctype.c.in
      BitKeeper/deleted/.del-memory.h~450f586e82a26d99:
        Delete: strings/Attic/memory.h
      BitKeeper/deleted/.del-ptr_cmp.c~57e682a26e769597:
        Delete: strings/Attic/ptr_cmp.c
      BitKeeper/deleted/.del-my-example.cnf.sh~87a7e1f4d24b62a9:
        Delete: support-files/Attic/my-example.cnf.sh
      BitKeeper/deleted/.del-my-huge.cfg.sh~589bdcd2d2c4360b:
        Delete: support-files/Attic/my-huge.cfg.sh
      BitKeeper/deleted/.del-my-large.cfg.sh~842c8e76253c9396:
        Delete: support-files/Attic/my-large.cfg.sh
      BitKeeper/deleted/.del-my-medium.cfg.sh~c49880d26ef0648e:
        Delete: support-files/Attic/my-medium.cfg.sh
      BitKeeper/deleted/.del-my-small.cfg.sh~85023c559a1d96c:
        Delete: support-files/Attic/my-small.cfg.sh
      sql/ha_innobase.cc:
        Fix a crash with tables with many columns and a range query: memory corruption occurred
      Docs/manual.texi:
        Changelog
      mysql-test/r/innobase.result:
        New test case for innobase
      scripts/mysql_install_db.sh:
        Fixed typo
      sql/ha_berkeley.h:
        Fixed that 'have_bdb' is disabled if we can't initialize bdb
      sql/ha_gemini.cc:
        Removed include file that got compiliation to fail on some systems
      sql/handler.cc:
        Fixed that 'have_tabltype' is disabled if we can't initialize it.
      sql/mysqld.cc:
        Fix bug that could cause a fast connect/close to fail when using --debug
      f1224737
    • unknown's avatar
      Removed select.res file · 45ab449f
      unknown authored
      45ab449f
    • unknown's avatar
      Added test case that crashed Innobase · e75b64c0
      unknown authored
      
      BUILD/compile-solaris-sparc-purify:
        Changed to old (easy-to-edit) format
      extra/resolve_stack_dump.c:
        Don't require -s and -n options
      innobase/include/Makefile.i:
        Applied Heikki's changes
      innobase/include/univ.i:
        Applied Heikki's changes
      innobase/os/os0file.c:
        Fix problem with Signal 14 on Solaris
      mysys/mf_qsort.c:
        Fix for purify
      sql-bench/Results/ATIS-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/RUN-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/alter-table-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/big-tables-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/connect-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/create-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/insert-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/select-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/wisconsin-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql/ha_gemini.h:
        Fixed that SHOW VARIABLES shows table type as disabled if it can't be initialized.
      sql/ha_innobase.cc:
        Merged Heikkis changes
      sql/ha_innobase.h:
        Fixed that SHOW VARIABLES shows table type as disabled if it can't be initialized.
      sql/handler.cc:
        Fixed that SHOW VARIABLES shows table type as disabled if it can't be initialized.
      sql/mysqld.cc:
        Cleaned up error warning message.
      e75b64c0