head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.4 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1.2.1 OPENPKG_1_3_SOLID:1.1.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.1.2.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.2 date 2004.12.17.09.13.29; author rse; state dead; branches; next 1.1; 1.1 date 2003.06.09.11.37.52; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2003.07.24.20.50.10; author rse; state Exp; branches; next ; desc @@ 1.2 log @In preparation to OpenPKG 2.3, finally remove obsoleted/end-of-life MySQL versions 3.23 and 4.0 in favor to the current stable production version 4.1 and the development version 5.0. The following shifting was done: none -> PLUS mysql40 4.0.22 BASE mysql 4.0.22 -> BASE mysql 4.1.8 PLUS mysql41 4.1.8 -> none EVAL mysql3 3.23.58 -> none @ text @## ## my.cnf -- MySQL configuration ## [client] socket = @@l_prefix@@/var/mysql/mysql.sock port = 3306 [mysqld] bind-address = 127.0.0.1 port = 3306 [safe_mysqld] datadir = @@l_prefix@@/var/mysql socket = @@l_prefix@@/var/mysql/mysql.sock set-variable = pid_file=@@l_prefix@@/var/mysql/mysqld.pid user = @@l_rusr@@ basedir = @@l_prefix@@ # logfile destinations (overwrite values of rc.mysql in rc.conf accordingly) log = @@l_prefix@@/var/mysql/common.log log-update = @@l_prefix@@/var/mysql/update.log # most important tuning parameters for mysqld set-variable = key_buffer_size=16M set-variable = table_cache=64 # less important tuning paramaters (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 set-variable = record_buffer=131072 set-variable = record_rnd_buffer=131072 set-variable = sort_buffer=2M set-variable = key_buffer=1M set-variable = tmp_table_size=32M # Berkeley DB set-variable = bdb_cache_size=@@l_mysql_bdb_cache_size@@ set-variable = bdb_log_buffer_size=@@l_mysql_bdb_log_buffer_size@@ set-variable = bdb_max_lock=@@l_mysql_bdb_max_lock@@ # Innobase #set-variable = innodb_buffer_pool_size=70M #set-variable = innodb_additional_mem_pool_size=2M #set-variable = innodb_log_files_in_group=3 #set-variable = innodb_log_file_size=20M #set-variable = innodb_log_buffer_size=8M #set-variable = innodb_lock_wait_timeout=50 #innodb_data_home_dir = #innodb_data_file_path = @@innodb_data_file_path@@ #innodb_flush_log_at_trx_commit = 1 @ 1.1 log @Following our general rules for dealing with versioned packages (and the fact that we only want _one_ single version in each release, of course), the old (MySQL-3 based) "mysql" package was first merged up to 1-STABLE (for possible inclusion into OpenPKG 1.3), then "mysql" was renamed to "mysql3" (in case you still have to drive MySQL 3 within OpenPKG-CURRENT), "mysql4" become "mysql" and "mysql4" has gone. @ text @@ 1.1.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @@