From: mbarnson%sisna.com <> Date: Tue, 5 Nov 2002 12:07:18 +0000 (+0000) Subject: Added information about versioncache back in. X-Git-Tag: bugzilla-2.17.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1047021c5155a32a801240ec2fba796fc2fb0314;p=thirdparty%2Fbugzilla.git Added information about versioncache back in. See bug 140332 --- diff --git a/docs/sgml/database.sgml b/docs/sgml/database.sgml index f0cda45893..ae1918207c 100644 --- a/docs/sgml/database.sgml +++ b/docs/sgml/database.sgml @@ -8,6 +8,32 @@ tables to document dependencies. Any takers? +
+ Modifying Your Running System + + Bugzilla optimizes database lookups by storing all relatively + static information in the + versioncache file, located in the + data/ + subdirectory under your installation directory. + + If you make a change to the structural data in your database (the + versions table for example), or to the + constants + + encoded in defparams.pl, you will need to remove + the cached content from the data directory (by doing a + rm data/versioncache + + ), or your changes won't show up. + + versioncache + gets automatically regenerated whenever it's more than + an hour old, so Bugzilla will eventually notice your changes by itself, + but generally you want it to notice right away, so that you can test + things. +
+
MySQL Bugzilla Database Introduction diff --git a/docs/xml/database.xml b/docs/xml/database.xml index f0cda45893..ae1918207c 100644 --- a/docs/xml/database.xml +++ b/docs/xml/database.xml @@ -8,6 +8,32 @@ tables to document dependencies. Any takers? +
+ Modifying Your Running System + + Bugzilla optimizes database lookups by storing all relatively + static information in the + versioncache file, located in the + data/ + subdirectory under your installation directory. + + If you make a change to the structural data in your database (the + versions table for example), or to the + constants + + encoded in defparams.pl, you will need to remove + the cached content from the data directory (by doing a + rm data/versioncache + + ), or your changes won't show up. + + versioncache + gets automatically regenerated whenever it's more than + an hour old, so Bugzilla will eventually notice your changes by itself, + but generally you want it to notice right away, so that you can test + things. +
+
MySQL Bugzilla Database Introduction