An error occurred fetching the project authors.
  1. 02 Jul, 2001 1 commit
  2. 29 Jun, 2001 1 commit
    • unknown's avatar
      manual.texi say how to set up filter for mailing list messages · c0e6d9df
      unknown authored
      manual.ja.texi	sinisa@coresinc.com -> sinisa@mysql.com (per
      manual.ja.texi	Sinisa's request)
      
      
      Docs/manual.ja.texi:
        sinisa@coresinc.com -> sinisa@mysql.com (per
        Sinisa's request)
      Docs/manual.texi:
        say how to set up filter for mailing list messages
      c0e6d9df
  3. 28 Jun, 2001 2 commits
    • unknown's avatar
      Allow floats of type 1.0e1 · 9665a34a
      unknown authored
      9665a34a
    • unknown's avatar
      Cleanup · 93edcc74
      unknown authored
      myisam/myisamchk.c:
        --force now implices --update
      sql/share/italian/errmsg.txt:
        Update of error messages
      93edcc74
  4. 27 Jun, 2001 1 commit
  5. 22 Jun, 2001 1 commit
  6. 21 Jun, 2001 1 commit
    • 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
  7. 20 Jun, 2001 1 commit
    • unknown's avatar
      Added --warnings to mysqld · b5f7e240
      unknown authored
      Docs/manual.texi:
        Changelog
      sql/mysql_priv.h:
        Added --warnings
      sql/mysqld.cc:
        Added --warnings
      sql/sql_parse.cc:
        Added --warnings
      b5f7e240
  8. 19 Jun, 2001 1 commit
    • 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
  9. 18 Jun, 2001 1 commit
  10. 13 Jun, 2001 4 commits
  11. 12 Jun, 2001 5 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
      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
      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 --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
  12. 11 Jun, 2001 2 commits
    • 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
  13. 10 Jun, 2001 1 commit
  14. 08 Jun, 2001 5 commits
  15. 07 Jun, 2001 2 commits
  16. 06 Jun, 2001 1 commit
  17. 05 Jun, 2001 6 commits
    • unknown's avatar
      manual.texi minor clarifications to Windows section · 3e50dc19
      unknown authored
      Docs/manual.texi:
        minor clarifications to Windows section
      3e50dc19
    • unknown's avatar
      manual.texi correct instance of mysql_escape() to mysql_escape_string(); · 703b2384
      unknown authored
      manual.texi	add mention of mysql_escape_string() for PHP API;
      manual.texi	add mention of PreparedStatement, placeholders for JDBC API.
      
      
      Docs/manual.texi:
        correct instance of mysql_escape() to mysql_escape_string();
        add mention of mysql_escape_string() for PHP API;
        add mention of PreparedStatement, placeholders for JDBC API.
      703b2384
    • unknown's avatar
      manual.texi 1) manual says mysql.server uses "user"; it doesn't. · 85929a16
      unknown authored
      manual.texi	2) manual says mysql.server uses "bindir"; it doesn't.
      
      
      Docs/manual.texi:
        1) manual says mysql.server uses "user"; it doesn't.
        2) manual says mysql.server uses "bindir"; it doesn't.
      85929a16
    • unknown's avatar
      manual.texi fix more out-of-date mysql.server commentary, plus · ccf31559
      unknown authored
      manual.texi	small misc changes
      
      
      Docs/manual.texi:
        fix more out-of-date mysql.server commentary, plus
        small misc changes
      ccf31559
    • unknown's avatar
      Updated benchmarks and crash-me for postgreSQL 7.1.1 · b1e00c96
      unknown authored
      Fixed option for symlinks
      
      
      Docs/manual.texi:
        Updated symlink handling.
      sql-bench/Comments/postgres.benchmark:
        Updated benchmark text
      sql-bench/Makefile.am:
        Added graph-compare-results
      sql-bench/compare-results.sh:
        Don't reset the cmp option.
      sql-bench/crash-me.sh:
        Updated transaction testing.
      sql-bench/limits/mysql-3.23.cfg:
        Updated benchmark run
      sql-bench/limits/mysql.cfg:
        Updated benchmark run
      sql-bench/limits/pg.cfg:
        Updated benchmark run
      sql-bench/server-cfg.sh:
        Don't do vacuum too often.
      sql-bench/test-insert.sh:
        Don't do vacuum too often.
      sql/mysqld.cc:
        Changed skip-symlinks to skip-symlink
      b1e00c96
    • unknown's avatar
      manual.texi 1) earlier change to @xref{} used 2-arg form; change · 5332aba4
      unknown authored
      manual.texi	to 3-arg form so last arg shows up in printed output.
      manual.texi	2) mysql.server no longer needs to use su or store the
      manual.texi	root password.
      manual.texi	3) other misc small changes.
      
      
      Docs/manual.texi:
        earlier change to @xref{} used 2-arg form; change
        to 3-arg form so last arg shows up in printed output.
        mysql.server no longer needs to use su or store the
        root password.
        other misc small changes
      5332aba4
  18. 04 Jun, 2001 2 commits
    • unknown's avatar
      manual.texi mysqlhotcopy reads [mysqlhotcopy] option group, · 0b4000fe
      unknown authored
      manual.texi	not [mysql-hot-copy].
      
      
      Docs/manual.texi:
        mysqlhotcopy reads [mysqlhotcopy] option group,
        not [mysql-hot-copy].
      0b4000fe
    • unknown's avatar
      manual.texi @xref{safe_mysqld} · 2197533b
      unknown authored
      manual.texi	-> @xref{safe_mysqld, @code{safe_mysqld}}
      manual.texi	Unixes -> versions of Unix (or similar edit)
      manual.texi	@xref{mysqlxxx} -> @xref{mysqlxxx, @code{mysqlxxx}}
      
      
      Docs/manual.texi:
        @xref{safe_mysqld}
        -> @xref{safe_mysqld, @code{safe_mysqld}}
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2197533b
  19. 03 Jun, 2001 1 commit
    • unknown's avatar
      manual.texi website address change · 9d4272bb
      unknown authored
      row0sel.c	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.c	CHECK TABLE now also for InnoDB, a join speed optimization
      rem0cmp.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.c	CHECK TABLE now also for InnoDB, a join speed optimization
      page0page.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.h	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.ic	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0sea.c	CHECK TABLE now also for InnoDB, a join speed optimization
      innodb.result	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.cc	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.h	CHECK TABLE now also for InnoDB, a join speed optimization
      
      
      sql/ha_innobase.cc:
        CHECK TABLE now also for InnoDB, a join speed optimization
      sql/ha_innobase.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      mysql-test/r/innodb.result:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0btr.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0cur.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0sea.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0btr.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0cur.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0pcur.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0pcur.ic:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/row0mysql.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/trx0trx.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/page/page0page.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/rem/rem0cmp.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/row/row0mysql.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/row/row0sel.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/trx/trx0trx.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      Docs/manual.texi:
        website address change
      9d4272bb
  20. 02 Jun, 2001 1 commit