Michael Stassen wrote:
I always run `make test` when I build from source. It can catch problems. For example, mysql 4.0.17 built with gcc in Mac OS X 10.2 passed all tests and ran flawlessly for me. On the other hand, mysql 4.0.18 and 4.1.1 built on Mac OS X 10.3 seemed to build fine but failed the test suite. Sure enough, there were problems with those combinations. Now I've built 4.0.20 and 4.1.2 on 10.3.4 and once again all tests pass.
Failing tests is an indication that something isn't behaving as expected. That would probably indicate a problem with the build or the OS.
Michael
Thanks for the info. :)
When you mentioned logging warnings above, I started looking more closely at the log files I could find and found this:
CURRENT_TEST: ctype_latin1_de
/home/tom/mysql-4.0.20/sql/mysqld: File '/home/tom/mysql-4.0.20/sql/share/charsets/latin1_de.conf' not found (Errcode: 2)
/home/tom/mysql-4.0.20/sql/mysqld: Character set 'latin1_de' is not a compiled character set and is not specified in the '/home/tom/mysql-4.0.20/sql/share/charsets/Index' file
I think this is my problem even though the "master.pid" message is what gets displayed. I'll research this and see what I come up with.
Thanks!
Peace...
Tom
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]