diff options
Diffstat (limited to 'docs/html/dbdoc.html')
-rw-r--r-- | docs/html/dbdoc.html | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/html/dbdoc.html b/docs/html/dbdoc.html index 49e9b6526..f6179657d 100644 --- a/docs/html/dbdoc.html +++ b/docs/html/dbdoc.html @@ -13,8 +13,8 @@ REL="UP" TITLE="The Bugzilla Database" HREF="database.html"><LINK REL="PREVIOUS" -TITLE="Database Schema Chart" -HREF="dbschema.html"><LINK +TITLE="Modifying Your Running System" +HREF="dbmodify.html"><LINK REL="NEXT" TITLE="Useful Patches and Utilities for Bugzilla" HREF="patches.html"></HEAD @@ -45,7 +45,7 @@ WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A -HREF="dbschema.html" +HREF="dbmodify.html" ACCESSKEY="P" >Prev</A ></TD @@ -73,7 +73,9 @@ CLASS="section" ><H1 CLASS="section" ><A -NAME="dbdoc">B.2. MySQL Bugzilla Database Introduction</H1 +NAME="dbdoc" +></A +>B.2. MySQL Bugzilla Database Introduction</H1 ><P >This information comes straight from my life. I was forced to learn how Bugzilla organizes database because of nitpicky requests from users @@ -133,7 +135,9 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN2077">B.2.1. Bugzilla Database Basics</H2 +NAME="AEN2119" +></A +>B.2.1. Bugzilla Database Basics</H2 ><P >If you were like me, at this point you're totally clueless about the internals of MySQL, and if it weren't for this executive order from @@ -247,7 +251,9 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="AEN2104">B.2.1.1. Bugzilla Database Tables</H3 +NAME="AEN2146" +></A +>B.2.1.1. Bugzilla Database Tables</H3 ><P >Imagine your MySQL database as a series of spreadsheets, and you won't be too far off. If you use this command:</P @@ -301,7 +307,6 @@ CLASS="programlisting" | products | | profiles | | profiles_activity | -| shadowlog | | tokens | | versions | | votes | @@ -399,10 +404,6 @@ sshh... don't tell your users!)<br> profiles_activity: Need to know who did what when to who's profile? This'll<br> tell you, it's a pretty complete history.<br> <br> -shadowlog: I could be mistaken here, but I believe this table tells you when<br> -your shadow database is updated and what commands were used to update it. We<br> -don't use a shadow database at our site yet, so it's pretty empty for us.<br> -<br> versions: Version information for every product<br> <br> votes: Who voted for what when<br> @@ -498,7 +499,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" ><A -HREF="dbschema.html" +HREF="dbmodify.html" ACCESSKEY="P" >Prev</A ></TD @@ -526,7 +527,7 @@ ACCESSKEY="N" WIDTH="33%" ALIGN="left" VALIGN="top" ->Database Schema Chart</TD +>Modifying Your Running System</TD ><TD WIDTH="34%" ALIGN="center" |