diff --git a/mozilla/webtools/bugzilla/docs/sgml/database.sgml b/mozilla/webtools/bugzilla/docs/sgml/database.sgml
index f0cda458937..ae1918207cd 100644
--- a/mozilla/webtools/bugzilla/docs/sgml/database.sgml
+++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/docs/xml/database.xml b/mozilla/webtools/bugzilla/docs/xml/database.xml
index f0cda458937..ae1918207cd 100644
--- a/mozilla/webtools/bugzilla/docs/xml/database.xml
+++ b/mozilla/webtools/bugzilla/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