http://bugzilla.spamassassin.org/show_bug.cgi?id=4019
------- Additional Comments From [EMAIL PROTECTED] 2004-12-06 11:35 ------- A quick look at SQL.pm... dump_db_toks() already uses SQL's RPAD() to re-pad the token. backup_database() on the other hand does not do this and proceeds to unpack the tokens without re-padding them... which will result in a different value than unpacking the same string with trailing space. So, if I understand what the problem IS, changing "token" to "RPAD(token,5,' ')" when $sql is set in backup_database() should fix the problem... unless I'm missing something and the problem also exists when you dump a DB (using dump_db_toks). Daryl ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
