OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   21-Feb-2003 09:43:59
  Branch: HEAD                             Handle: 2003022108435801

  Modified files:
    openpkg-src/mysql4      my.cnf mysql4.spec
    openpkg-web             news.txt

  Log:
    max_user_connections=0 doesn't work in mysql4, you need to comment out
    the setting or set the variable to some practical 'infinity'

  Summary:
    Revision    Changes     Path
    1.4         +3  -2      openpkg-src/mysql4/my.cnf
    1.8         +1  -1      openpkg-src/mysql4/mysql4.spec
    1.3384      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql4/my.cnf
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 my.cnf
  --- openpkg-src/mysql4/my.cnf 21 Jan 2003 15:29:44 -0000      1.3
  +++ openpkg-src/mysql4/my.cnf 21 Feb 2003 08:43:59 -0000      1.4
  @@ -23,14 +23,15 @@
   set-variable = key_buffer_size=16M
   set-variable = table_cache=64
   
  -#   less important tuning paramaters (change if special problems occur)
  +#   less important tuning parameters (change if special problems occur)
   set-variable = join_buffer_size=1M
   set-variable = max_connections=1000
   set-variable = max_connect_errors=10
   set-variable = max_delayed_threads=20
   set-variable = max_heap_table_size=16777216
   set-variable = max_sort_length=1024
  -set-variable = max_user_connections=0
  +#   for max_user_connections=0 (unlimited) comment out the following line
  +set-variable = max_user_connections=1000
   set-variable = record_buffer=131072
   set-variable = record_rnd_buffer=131072
   set-variable = sort_buffer=2M
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql4/mysql4.spec
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 mysql4.spec
  --- openpkg-src/mysql4/mysql4.spec    11 Feb 2003 10:20:01 -0000      1.7
  +++ openpkg-src/mysql4/mysql4.spec    21 Feb 2003 08:43:59 -0000      1.8
  @@ -40,7 +40,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20030211
  +Release:      20030221
   
   #   package options
   %option       with_berkeleydb  yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.3383 -r1.3384 news.txt
  --- openpkg-web/news.txt      21 Feb 2003 08:42:45 -0000      1.3383
  +++ openpkg-web/news.txt      21 Feb 2003 08:43:58 -0000      1.3384
  @@ -1,3 +1,4 @@
  +21-Feb-2003: Upgraded package: P<mysql4-4.0.10gamma-20030221>
   21-Feb-2003: Upgraded package: P<perl-gd-20030221-20030221>
   21-Feb-2003: Upgraded package: P<automake-1.7.3-20030221>
   21-Feb-2003: Upgraded package: P<postfix-2.0.4-20030221>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to