Comment 6 for bug 267696

Revision history for this message
Chuck Short (zulcss) wrote :

Databases that are dumped from a mysql 4.1 database will silently fail when dumping to a database on hardy. This is due to a bug in mysql. The full description can be found at http://bugs.mysql.com/bug.php?id=34192.

STEPS TO REPRODUCE:

1. Install a mysql 4.1 database
2. Create a database in the mysql 4.1 database.
3. Create a dump of the database
4. Try to dump the database into mysql version in hardy.
5. It will silently fail.

I have attached the patch that fixes this issue. And it has been tested from my ppa. If you have any questions please let me know.

Thanks
chuck