first cut of the beta to stable merge

This commit is contained in:
JT Smith 2008-07-07 18:57:07 +00:00
parent eba4d062aa
commit acf0f5fa1b
2 changed files with 3938 additions and 10 deletions

File diff suppressed because it is too large Load diff

View file

@ -39,6 +39,7 @@ finish($session); # this line required
sub convertCacheToBinary {
my $session = shift;
print "\tConverting database cache to binary data.\n" unless ($quiet);
$session->db->write('DELETE FROM `cache`');
$session->db->write('ALTER TABLE `cache` MODIFY COLUMN `content` mediumblob');
$session->db->write('DELETE FROM `cache`');
}