Re: How to test the MySQL Server (windows version) ?

2005-10-17 Thread lu ming
Hi, joerg Thanks for your patient answer! I hope that we will have the ability to run the test suite on windows system early. Best regards luming _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn -- MySQL

Re: How to test the MySQL Server (windows version) ?

2005-10-16 Thread lu ming
find that the mysql_fix_privilege_tables file is already exist, why did it occured this error? Is my method wrong? Or the perl test script that is included in the source distribution has some bugs? ( the source distribution i used is mysql-5.0.12-beta-linux ) Best regards lu ming

How to test the MySQL Server (windows version) ?

2005-10-13 Thread lu ming
The test system that is included in MySQL Server's Unix source distributions.(/mysql-test/mysql-test-run.sh) We can use the suite to run a test against to the MySQL Server. But these tests only can be run on Unix(linux). If you want to run the tests on Windows, you must use the Cygwin

Re: How to test the MySQL Server (windows version) ?

2005-10-13 Thread lu ming
Hi, joerg Thank you very much! But i want to know more about this problem. I find a perl script about mysql server's test in the mysql-test subdirectory(/mysql-test/mysql-test-run.pl). Is this the test script written by perl what could replace the shell

problem about the mysql test suite

2005-10-10 Thread lu ming
I run a test against to the MySQL Server with the test tool of the binary distribution in Linux OS(red hat 9.0). But many of the test cases failed. My test method and the output results are following: 1.batch test command mysqltest -h localhost -u root -R r/alias.result test

Who can tell me how to use the MySQL's test tool ?

2005-09-29 Thread lu ming
Who can tell me how to use the MySQL's test tool (\MySQL\MySQL Server 5.0\bin\mysqltest.exe) ? I want to test the mysql server, and i find the test tool in the directory \MySQL\MySQL Server 5.0\bin\ (my os is Windows2000), but it can not be executed directly. Further more i can not find