[debian-mysql] 5.0.41a-1 - mysqlhotcopy error
Gabor FUNK
FUNK.Gabor at hunetkft.hu
Mon Jul 2 08:28:09 UTC 2007
I recently updated my testing system, mysql is at 5.0.41a-1 now.
Before mysqlhotcopy was working well, after the upgrade it
displayed the following error message:
Invalid db.table name 'foo.foo`.`bar' at /usr/bin/mysqlhotcopy line 859.
(real example:
Invalid db.table name 'huweb-forum.huweb-forum`.`phpbb_attach_quota' at
/usr/bin/mysqlhotcopy line 859. )
This seems to be sort of upstream - but it is only in "verified" status.
http://bugs.mysql.com/bug.php?id=27303
As described above, it can be fixed by adding a line containing:
map { s/^.*?\.//o } @dbh_tables;
after line 839 which is
my @dbh_tables = eval { $dbh->tables() };
(This is mysqlhotcopy v1.22, size 33225, dated Jun 25, 03:05)
I can confirm that this works indeed .
G.
More information about the pkg-mysql-maint
mailing list