Bug #14120 Perl test suite does not use "scripts/mysql_install_db"
Submitted: 18 Oct 2005 16:39 Modified: 10 Apr 2007 16:17
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.0.15 OS:Any (all)
Assigned to: Magnus BlÄudd CPU Architecture:Any

[18 Oct 2005 16:39] Joerg Bruehe
Description:
(Category should be "tests" or "tools" ...)

Uncovered by bug#14023:

The Perl suite to run the tests has its own file(s) providing the SQL commands to create privilege etc. tables.
When the charset of the password column was changed, this file was not changed, so the tests failed.
This should not be possible!

How to repeat:
See description.

Suggested fix:
Change the Perl suite to use "scripts/mysql_install_db".