~ubuntu-branches/debian/sid/bugzilla/sid

« back to all changes in this revision

Viewing changes to template/en/default/admin/params/shadowdb.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
[%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): Dave Miller <justdave@bugzilla.org>
20
 
  #                 Frédéric Buclin <LpSolit@gmail.com>
21
 
  #%]
22
 
[%
23
 
   title = "Shadow Database"
24
 
   desc = "An optional hack to increase database performance"
25
 
%]
26
 
 
27
 
[% param_descs = {
28
 
  shadowdbhost => "The host the shadow database is on.",
29
 
 
30
 
  shadowdbport => "The port the shadow database is on. Ignored if " _
31
 
                  "<tt>shadowdbhost</tt> is blank. Note: if the host is the local " _
32
 
                  "machine, then MySQL will ignore this setting, and you must " _
33
 
                  "specify a socket below.",
34
 
 
35
 
  shadowdbsock => "The socket used to connect to the shadow database, if the host " _
36
 
                  "is the local machine. This setting is required because MySQL " _
37
 
                  "ignores the port specified by the client and connects using " _
38
 
                  "its compiled-in socket path (on unix machines) when connecting " _
39
 
                  "from a client to a local server. If you leave this blank, and " _
40
 
                  "have the database on localhost, then the <tt>shadowdbport</tt> " _
41
 
                  "will be ignored.",
42
 
 
43
 
  shadowdb => "If non-empty, then this is the name of another database in " _
44
 
              "which $terms.Bugzilla will use as a read-only copy of everything. " _
45
 
              "This is done so that long slow read-only operations can be used " _
46
 
              "against this db, and not lock up things for everyone else. This " _
47
 
              "database is on the <tt>shadowdbhost</tt>, and must exist. " _
48
 
              "$terms.Bugzilla does not update it, if you use this parameter, then " _
49
 
              "you need to set up replication for your database." }
50
 
%]