Will this correction be ported to the stable distribution. One of our
production server with the myhuge.cnf has just hang up this morning.
We just killed the find process.
Preinst code:
if [ -n "`find $cvt_datadir -name '*.ISM' 2>/dev/null`" ]; then
pidfile=`cvt_get_param pid-file`
if [ "$pidfile" ] && [ -f "$pidfile" ]; then
server_pid=`cat $pidfile`
if [ "$server_pid" ] && ps $server_pid
>/dev/null 2>&1; then
server_running="yes"
fi
fi
# to be sure
mysqld --print-defaults output:
mysqld --print-defaults
mysqld would have been started with the following arguments:
--port=3306 --socket=/var/run/mysqld/mysqld.sock --skip-locking
--key_buffer=256M --max_allowed_packet=1M --table_cache=2048
--sort_buffer_size=2M --read_buffer_size=2M --read_rnd_buffer_size=8M
--myisam_sort_buffer_size=64M --thread_cache_size=48
--query_cache_size=48M --thread_concurrency=8 --server-id=1
--innodb_buffer_pool_size=64M --max_connections=400 --long_query_time=1
--log-slow-queries=/var/log/mysql/sq.log
--log-queries-not-using-indexes=/var/log/mysql/ni.log
--log-error=/var/log/mysql/error.log --ft_min_word_len=1
Thank you for your work.
--
--
Gregory Boddin -- get2future sprl
mobile: +32 485 201 442
office: +32 2 771 77 10
fax: +32 2 416 63 64
http://www.g2f.be
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]