summaryrefslogtreecommitdiff
path: root/mysql-test/r/myisam.result
Commit message (Collapse)AuthorAgeFilesLines
* Better optimization for InnoDB and BDB tables for ORDER BYunknown2001-11-291-0/+16
| | | | | | | | | | | | | | | Build-tools/Do-compile: Merge with 4.0 Docs/manual.texi: Changelog mysql-test/r/innodb.result: New tests cases for ORDER BY mysql-test/r/myisam.result: New tests cases for ORDER BY mysql-test/t/innodb.test: New tests cases for ORDER BY mysql-test/t/myisam.test: New tests cases for ORDER BY
* Fixed bug in OPTIMIZE TABLE that reset index cardinality if itunknown2001-11-181-0/+10
| | | | | | | | | | | | | | was up to date. Docs/manual.texi: ChangeLog configure.in: Version number change mysql-test/r/myisam.result: Test of optimize table mysql-test/t/myisam.test: Test of optimize table
* Ensure that libmysqlclient doesn't use raidunknown2001-09-041-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problem with MyISAM and rows of length 65517-65520 Docs/manual.texi: Changelog include/raid.h: Ensure that libmysqlclient doesn't use raid libmysql/Makefile.am: Ensure that libmysqlclient doesn't use raid libmysql_r/Makefile.am: Ensure that libmysqlclient doesn't use raid myisam/mi_check.c: Fix problem with rows of length 65517-65520 myisam/mi_dynrec.c: Fix problem with rows of length 65517-65520 mysql-test/r/myisam.result: Test for myisam tables with problematic row lengths mysql-test/t/myisam.test: Test for myisam tables with problematic row lengths sql/log_event.cc: Portability fix strings/ctype-euc_kr.c: Portability fix strings/ctype-sjis.c: Portability fix
* Fixed bug when using a key on a CHAR(255) NULL columnunknown2001-04-121-0/+2
Docs/manual.texi: New links BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted