1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/src/docs
vrana 5f3dc3b7ae Make storage.mysql-engine.max-size independent on max_allowed_packet
Summary:
I like systems that just work. It is possible to store files larger than max_allowed_packet in MySQL and we shouldn't demand it.

It also fixes a problem when file was smaller than `storage.mysql-engine.max-size` but its escaped version was larger than `max_allowed_packet`.

Test Plan: Reduced the size to 5e4, uploaded 90 kB file, checked the queries in DarkConsole, downloaded the file.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3392
2012-08-27 15:56:45 -07:00
..
configuration Make storage.mysql-engine.max-size independent on max_allowed_packet 2012-08-27 15:56:45 -07:00
contributing Fix doc links 2012-08-10 14:21:55 -07:00
developer Fix doc links 2012-08-10 14:21:55 -07:00
flavortext Describe how to process big checkins 2012-08-16 14:26:54 -07:00
technical Fix doc links 2012-08-10 14:21:55 -07:00
userguide Describe how to process big checkins 2012-08-16 14:26:54 -07:00
feedback.diviner Fix doc links 2012-08-10 14:21:55 -07:00
installation_guide.diviner Phabricator requires Apache 2.2.7 because of B flag in the redirects 2012-08-21 21:07:34 +01:00
introduction.diviner Minor documentation improvements 2012-01-12 20:08:19 -08:00