From f5afeb3841a89bd58cfd12832ab05bf7eae75439 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 28 Oct 2008 05:59:00 +0000 Subject: Bug 141951: Set the max_packet_size for attachments (and bugs_fulltext) when connecting to MySQL Patch By Max Kanat-Alexander r=LpSolit, a=mkanat --- docs/en/xml/installation.xml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index e82cfb317..496b5c019 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -787,36 +787,6 @@ -
- Allow large attachments - - - By default, MySQL will only accept packets up to 64Kb in size. - If you want to have attachments larger than this, you will need - to modify your /etc/my.cnf as below. - - - [mysqld] - # Allow packets up to 1M - max_allowed_packet=1M - - - There is also a parameter in Bugzilla called 'maxattachmentsize' - (default = 1000 Kb) that controls the maximum allowable attachment - size. Attachments larger than either the - 'max_allowed_packet' or 'maxattachmentsize' value will not be - accepted by Bugzilla. - - - - - This does not affect Big Files, attachments that are stored directly - on disk instead of in the database. Their maximum size is - controlled using the 'maxlocalattachment' parameter. - - -
-
Allow small words in full-text indexes -- cgit v1.2.3-24-g4f1b