diff options
author | monty@donna.mysql.fi <> | 2001-03-10 17:05:10 +0200 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-10 17:05:10 +0200 |
commit | c1402e2d5c606bfb5e35542ff92ba8e53cb797ab (patch) | |
tree | cc1b41b3c722e4793c0fc03a04d720d88cfa332d /mysql-test/README | |
parent | 267c8760cb33208e2c1d772340c2aaf234806c45 (diff) | |
download | mariadb-git-c1402e2d5c606bfb5e35542ff92ba8e53cb797ab.tar.gz |
Fixed bug in MAX() optimizing for BDB tables
Diffstat (limited to 'mysql-test/README')
-rw-r--r-- | mysql-test/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/README b/mysql-test/README index 6ad59ea6a8b..c5dc3e219de 100644 --- a/mysql-test/README +++ b/mysql-test/README @@ -6,7 +6,10 @@ actually have a co-existing MySQL installation - the tests will not conflict with it. All tests must pass. If one or more of them fail on your system, please -report the details to bugs@lists.mysql.com +read the following manual section of how to report the problem: + +http://www.mysql.com/doc/M/y/MySQL_test_suite.html + You can create your own test cases. To create a test case: |