Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
mysql5
:
5.1.30
>
mysql-5.1.30
> mysql-5.1.30-cnf.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mysql-5.1.30-cnf.patch of Package mysql-5.1.30
--- support-files/my-huge.cnf.sh +++ support-files/my-huge.cnf.sh @@ -133,6 +133,10 @@ #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# The safe_mysqld script +[safe_mysqld] +err-log=@localstatedir@/mysqld.log + [mysqldump] quick max_allowed_packet = 16M --- support-files/my-large.cnf.sh +++ support-files/my-large.cnf.sh @@ -133,6 +133,10 @@ #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# The safe_mysqld script +[safe_mysqld] +err-log=@localstatedir@/mysqld.log + [mysqldump] quick max_allowed_packet = 16M --- support-files/my-medium.cnf.sh +++ support-files/my-medium.cnf.sh @@ -46,7 +46,7 @@ # Replication Master Server (default) # binary logging is required for replication -log-bin=mysql-bin +# log-bin=mysql-bin # required unique id between 1 and 2^32 - 1 # defaults to 1 if master-host is not set @@ -131,6 +131,10 @@ #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# The safe_mysqld script +[safe_mysqld] +err-log=@localstatedir@/mysqld.log + [mysqldump] quick max_allowed_packet = 16M --- support-files/my-small.cnf.sh +++ support-files/my-small.cnf.sh @@ -66,6 +66,10 @@ #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# The safe_mysqld script +[safe_mysqld] +err-log=@localstatedir@/mysqld.log + [mysqldump] quick max_allowed_packet = 16M