first cut of the beta to stable merge
This commit is contained in:
parent
eba4d062aa
commit
acf0f5fa1b
2 changed files with 3938 additions and 10 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -39,6 +39,7 @@ finish($session); # this line required
|
||||||
sub convertCacheToBinary {
|
sub convertCacheToBinary {
|
||||||
my $session = shift;
|
my $session = shift;
|
||||||
print "\tConverting database cache to binary data.\n" unless ($quiet);
|
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('ALTER TABLE `cache` MODIFY COLUMN `content` mediumblob');
|
||||||
$session->db->write('DELETE FROM `cache`');
|
$session->db->write('DELETE FROM `cache`');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue