1. 27 Jun, 2001 1 commit
  2. 24 Jun, 2001 4 commits
    • unknown's avatar
      mysqld.cc Put OPT_INNODB_UNIX_FILE_FLUSH_METHOD to mysqld.cc enum type · 5b47d101
      unknown authored
      
      sql/mysqld.cc:
        Put OPT_INNODB_UNIX_FILE_FLUSH_METHOD to mysqld.cc enum type
      5b47d101
    • unknown's avatar
      univ.i Added a new debug define option · 3b5cee2e
      unknown authored
      sync0sync.ic	Do not use GCC in-line assembly
      srv0start.h	Eliminate a deadlock of threads at startup
      buf0buf.h	Add some debug functions
      srv0start.c	Remove a printf
      
      
      innobase/srv/srv0start.c:
        Remove a printf
      innobase/include/buf0buf.h:
        Add some debug functions
      innobase/include/srv0start.h:
        Eliminate a deadlock of threads at startup
      innobase/include/sync0sync.ic:
        Do not use GCC in-line assembly
      innobase/include/univ.i:
        Added a new debug define option
      3b5cee2e
    • unknown's avatar
      sync0sync.c Do not use in-line assembly in GCC · 5b6c9620
      unknown authored
      srv0start.c	Eliminate a deadlock of threads at startup
      row0mysql.c	Several bug fixes
      row0umod.c	Several bug fixes
      row0upd.c	Several bug fixes
      os0file.c	Revert back to fsync as default flush method
      log0recv.c	Several bug fixes
      ibuf0ibuf.c	Several bug fixes
      fsp0fsp.c	Several bug fixes
      trx0undo.c	Put some assertions to uncover possible bugs
      dict0boot.c	Several bug fixes
      
      
      innobase/dict/dict0boot.c:
        Several bug fixes
      innobase/trx/trx0undo.c:
        Put some assertions to uncover possible bugs
      innobase/fsp/fsp0fsp.c:
        Several bug fixes
      innobase/ibuf/ibuf0ibuf.c:
        Several bug fixes
      innobase/log/log0recv.c:
        Several bug fixes
      innobase/os/os0file.c:
        Revert back to fsync as default flush method
      innobase/row/row0mysql.c:
        Several bug fixes
      innobase/row/row0umod.c:
        Several bug fixes
      innobase/row/row0upd.c:
        Several bug fixes
      innobase/srv/srv0start.c:
        Eliminate a deadlock of threads at startup
      innobase/sync/sync0sync.c:
        Do not use in-line assembly in GCC
      5b6c9620
    • unknown's avatar
      buf0buf.c Several bug fixes · ecb14493
      unknown authored
      buf0flu.c	Several bug fixes
      buf0rea.c	Several bug fixes
      buf0lru.c	Clearer error message
      
      
      innobase/buf/buf0lru.c:
        Clearer error message
      innobase/buf/buf0buf.c:
        Several bug fixes
      innobase/buf/buf0flu.c:
        Several bug fixes
      innobase/buf/buf0rea.c:
        Several bug fixes
      ecb14493
  3. 23 Jun, 2001 2 commits
  4. 22 Jun, 2001 1 commit
  5. 21 Jun, 2001 3 commits
    • unknown's avatar
      merged test from 4.0 · 0481ebbe
      unknown authored
      
      mysql-test/r/drop.result:
        merged a test from 4.0
      mysql-test/t/drop.test:
        updated test results
      0481ebbe
    • unknown's avatar
      fixed drop/create database bug when holding global read lock · a7fa56c1
      unknown authored
      preserve originating server id in Intvar events to avoid inifinite loops
      
      
      include/mysqld_error.h:
        new error messages
      mysql-test/r/drop.result:
        updated result
      mysql-test/r/flush.result:
        updated result
      mysql-test/t/drop.test:
        test for proper handling of drop/create database when holding
        global read lock
      mysql-test/t/flush.test:
        test to see if other thread would block on drop database if we
        are holding global read lock
      sql/log.cc:
        preserve originating server id in Intvar log event
      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/slave.cc:
        fixed typo in comment
      sql/sql_db.cc:
        global read lock should block drop/create database
      a7fa56c1
    • unknown's avatar
      UNIQUE keys are not anymore shown as PRIMARY KEY · 066eddd8
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/show_check.result:
        Added test for SHOW CREATE
      mysql-test/t/show_check.test:
        Added test for SHOW CREATE
      sql/mysqld.cc:
        Fixed messages
      066eddd8
  6. 20 Jun, 2001 2 commits
  7. 19 Jun, 2001 3 commits
    • unknown's avatar
      fsp0fsp.c Fix a bug in freeing of a segment in the tablespace · a3a55de7
      unknown authored
      
      innobase/fsp/fsp0fsp.c:
        Fix a bug in freeing of a segment in the tablespace
      a3a55de7
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · f12f40d0
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      f12f40d0
    • unknown's avatar
      Fixed bug in mysqlcheck when using --fast · 877e3be4
      unknown authored
      Fixed problem when converting bigint to double.
      Fixed bug in count(distinct null)
      Fixed bug with empty BDB tables.
      
      
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~dd306b2e583ebde4:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~11038a44f73070e7:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~662b96bc66bc91b6:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~788ad492867b1226:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-connect-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~5316add301edb60:
        Delete: sql-bench/Results/connect-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-create-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~26e09af61f88d8c9:
        Delete: sql-bench/Results/create-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-insert-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~fd2699adb3190d07:
        Delete: sql-bench/Results/insert-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-select-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~b01175ad38fd12b6:
        Delete: sql-bench/Results/select-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~8ba598d217450157:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      Docs/manual.texi:
        Changelog + update to Linux section
      client/mysqlcheck.c:
        Fixed bug when using --fast
        --check --auto-repair --fast will not anymore repair tables that
        had warnings but where ok.
      mysql-test/r/bdb.result:
        New test case
      mysql-test/r/bigint.result:
        New test case
      mysql-test/r/count_distinct.result:
        New test case
      mysql-test/t/bdb.test:
        New test case
      mysql-test/t/bigint.test:
        New test case
      mysql-test/t/count_distinct.test:
        New test case
      sql-bench/Comments/postgres.benchmark:
        Update for PostgreSQL 7.1.2
      sql-bench/graph-compare-results.sh:
        Fixed colors for mysql --fast tests
      sql/field.cc:
        Fixed problem when converting bigint to double.
      sql/item_sum.cc:
        Fixed bug in count(distinct null)
      sql/item_sum.h:
        Fixed bug in count(distinct null)
      sql/mysqlbinlog.cc:
        Fixed typo
      sql/sql_base.cc:
        cleanup
      sql/sql_select.cc:
        Fixed bug with empty BDB tables.
      sql/time.cc:
        Removed warning when reading timestamps with sub seconds.
      877e3be4
  8. 18 Jun, 2001 1 commit
  9. 13 Jun, 2001 6 commits
  10. 12 Jun, 2001 13 commits
    • unknown's avatar
      manual.texi Any server can be installed as a service under NT · 6e2184af
      unknown authored
      
      Docs/manual.texi:
        Any server can be installed as a service under NT
      6e2184af
    • unknown's avatar
      merge · 4efd7526
      unknown authored
      4efd7526
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 864a7b72
      unknown authored
      
      innobase/include/univ.i:
        Auto merged
      864a7b72
    • unknown's avatar
      Fixed changelog · 06305281
      unknown authored
      
      configure.in:
        change version number back to avoid confusion
      innobase/include/univ.i:
        Fix for gcc 2.96
      06305281
    • unknown's avatar
      univ.i Disable XCHG mutex implementation because of compile problem in GCC-2.96 · 125f86ce
      unknown authored
      
      innobase/include/univ.i:
        Disable XCHG mutex implementation because of compile problem in GCC-2.96
      125f86ce
    • unknown's avatar
      Added --skip-stack to mysql-test-run · 043c49aa
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/mysql-test-run.sh:
        Added --skip-stack when using gdb
      sql/mysqld.cc:
        Changed reference to bugs@lists.mysql.com to manual reference.
      043c49aa
    • unknown's avatar
      Fixed wrong mysql-test · b80c1ce3
      unknown authored
      New german error messages
      
      
      BitKeeper/deleted/.del-ATIS-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~d002b0bc548ff8b3:
        Delete: sql-bench/Results/ATIS-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-RUN-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~e938a858bd12aa8d:
        Delete: sql-bench/Results/RUN-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-alter-table-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~14360865bbba479f:
        Delete: sql-bench/Results/alter-table-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-big-tables-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~b6be70bb51013cad:
        Delete: sql-bench/Results/big-tables-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-connect-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~1b715c6fd72e913e:
        Delete: sql-bench/Results/connect-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-create-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~f3b1d326092bf44:
        Delete: sql-bench/Results/create-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-insert-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~a0143553cccb54e2:
        Delete: sql-bench/Results/insert-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-select-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~4ffc9cf4be665ea2:
        Delete: sql-bench/Results/select-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-wisconsin-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg~1ed1dc6abd24e7e3:
        Delete: sql-bench/Results/wisconsin-pg-Linux_2.4.0_64GB_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-ATIS-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~2ac8fe298953d43:
        Delete: sql-bench/Results/ATIS-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-ATIS-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~cf0d806760eefef2:
        Delete: sql-bench/Results/ATIS-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-ATIS-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~e625af7f600bf930:
        Delete: sql-bench/Results/ATIS-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-RUN-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~a88e954bc8de5460:
        Delete: sql-bench/Results/RUN-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-RUN-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~d922a0fcc1009130:
        Delete: sql-bench/Results/RUN-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-RUN-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~840503a555e420ec:
        Delete: sql-bench/Results/RUN-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-alter-table-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~ee94f987797ca948:
        Delete: sql-bench/Results/alter-table-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-alter-table-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~2f516d2c108a9e05:
        Delete: sql-bench/Results/alter-table-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-alter-table-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~6e532c1936df1737:
        Delete: sql-bench/Results/alter-table-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-big-tables-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~28b688e2cd4b6bb3:
        Delete: sql-bench/Results/big-tables-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-big-tables-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~6d8209bf72b663ed:
        Delete: sql-bench/Results/big-tables-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-big-tables-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~c87333d6fe04433e:
        Delete: sql-bench/Results/big-tables-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-connect-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~1cf5d5f0d70a3fa0:
        Delete: sql-bench/Results/connect-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-connect-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~7ed15d6fd1a5944c:
        Delete: sql-bench/Results/connect-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-connect-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~ab58fffa30dce97e:
        Delete: sql-bench/Results/connect-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-create-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~fc207468e871ff69:
        Delete: sql-bench/Results/create-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-create-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~241c337935ae1524:
        Delete: sql-bench/Results/create-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-create-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~4e5a2ab4907748d4:
        Delete: sql-bench/Results/create-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-insert-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~975e26cac59161fa:
        Delete: sql-bench/Results/insert-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-insert-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~27b7a557c3cb07a:
        Delete: sql-bench/Results/insert-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-insert-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~a85a6f0477c13f83:
        Delete: sql-bench/Results/insert-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-select-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~34a39fbcb58d8945:
        Delete: sql-bench/Results/select-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-select-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~8ef771713f89e1:
        Delete: sql-bench/Results/select-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-select-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~4f7795c27eaab86b:
        Delete: sql-bench/Results/select-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-wisconsin-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~8101a5823c17e58a:
        Delete: sql-bench/Results/wisconsin-mysql_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-wisconsin-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~6a468dcd3e6f5405:
        Delete: sql-bench/Results/wisconsin-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      BitKeeper/deleted/.del-wisconsin-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg~24a02e007a58bf73:
        Delete: sql-bench/Results/wisconsin-pg_fast-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg
      Docs/internals.texi:
        Added MySQL protocol
      Docs/manual.texi:
        Added links
      configure.in:
        Update to 39a
      mysql-test/t/check.test:
        Added missing drop table
      mysql-test/t/compare.test:
        Added missing drop table
      sql/share/german/errmsg.txt:
        Update
      b80c1ce3
    • unknown's avatar
      Added mysqlcheck to RPM · cdcc5670
      unknown authored
      
      support-files/mysql.spec.sh:
        Added mysqlcheck
      cdcc5670
    • unknown's avatar
      merge · 0b40bd04
      unknown authored
      0b40bd04
    • unknown's avatar
      Added --enable-shared to Do-compile · be2b125b
      unknown authored
      
      Build-tools/Do-compile:
        Added --enable-shared
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      be2b125b
    • unknown's avatar
      29f1fd81
    • unknown's avatar
      Added --verbose option to mysqlshow · 01c886ee
      unknown authored
      Fixes for making distribution
      
      
      Build-tools/Do-compile:
        Added --no-strip option
      Docs/manual.texi:
        Changelog and some fixes to comparison section
      client/mysqlshow.c:
        Added --verbose option
      mysql-test/r/create.result:
        Test of CREATE ... SELECT with keys
      mysql-test/t/create.test:
        Test of CREATE ... SELECT with keys
      scripts/make_binary_distribution.sh:
        Changed to use long options
      sql-bench/Comments/postgres.benchmark:
        update
      sql-bench/server-cfg.sh:
        update to use 'vacuum analyze'
      01c886ee
    • unknown's avatar
      send a separate commit message to internals · 54fe14e2
      unknown authored
      added a test for check table
      
      
      BitKeeper/triggers/post-commit:
        send a separate commit message to internals
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      54fe14e2
  11. 11 Jun, 2001 4 commits
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 8b76fb7f
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      Docs/manual.texi:
        Auto merged
      8b76fb7f
    • unknown's avatar
      Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql · 036396bc
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      sql-bench/README:
        Auto merged
      036396bc
    • unknown's avatar
      Changed compare in MyISAM to use my_pread() · 765940cb
      unknown authored
      Fixed that @VAR shows all decimals
      Fixed problem with FLUSH TABLES and LOCK TABLE
      CREATE ... SELECT now creates keys later
      Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
      
      
      Docs/manual.texi:
        Added MySQL/PostgreSQL comparison
      isam/_dynrec.c:
        Fixed wrong compare (not used in MySQL)
      myisam/mi_dynrec.c:
        Fixed wrong compare (not used in MySQL).
        Changed compare to use my_pread()
      myisam/mi_packrec.c:
        cleanup
      mysql-test/r/alter_table.result:
        Added test for ALTER TABLE
      mysql-test/r/variables.result:
        Added test for variables with REAL values.
      mysql-test/t/alter_table.test:
        Added test for ALTER TABLE
      mysql-test/t/variables.test:
        Added test for variables with REAL values.
      mysys/my_pread.c:
        Cleanup
      sql-bench/Makefile.am:
        removed extra \
      sql-bench/README:
        Fixed typo.
      sql/item_func.cc:
        Fixed that @VAR shows all decimals
      sql/share/swedish/errmsg.OLD:
        update
      sql/sql_base.cc:
        Fixed problem with FLUSH TABLES and LOCK TABLE
      sql/sql_insert.cc:
        CREATE ... SELECT now creates keys later
      sql/sql_table.cc:
        Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key.
      BitKeeper/etc/ignore:
        Added sql-bench/graph-compare-results to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      765940cb
    • unknown's avatar
      Small fixes in the manual. · 44b670f6
      unknown authored
      
      BitKeeper/etc/ignore:
        Added sql-bench/compare-results-all sql-bench/template.html to the ignore list
      Docs/manual.texi:
        Changed innodb_unix_file_flush_method -> innodb_flush_method.
      44b670f6