On Thu, May 11, 2006 at 07:59:43PM -0500, Randy McMurchy wrote: > > This makes no sense to me in the current discussion. We're discussing > failures during the test suite. What are you talking about with > "entered data"?
The test suites test different things. They enter data into a db in various charets, do comparison tests, etc. This is to simulate what you, the mysql user, might do. i.e. you might want to compare numeric values of different types, you might want to enter data in Japanese language, etc. If what you want to do is similar to what the failing test tried to do, the test is telling you it "ain't gonna work right". If you are using simple ASCII, you likely will never encounter any problems. That doesn't mean your install is good, it just means you aren't exercising the broken aspects. -- Archaic Want control, education, and security from your operating system? Hardened Linux From Scratch http://www.linuxfromscratch.org/hlfs -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
