The patch if used was applied wrong, should be BLOCKSIZE not
BLOCK_SIZE:

$ grep BLOCK /etc/init.d/mysql

  if LC_ALL=C BLOCK_SIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit 
($4>4096) }'; then

witness:


$ LC_ALL=C BLOCK_SIZE= df --portability $datadir/. | tail -n 1 | awk '{ print 
"df 4: "$4}'
df 4: 203MB

$ LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ print 
"df 4: "$4}'
df 4: 203246844

/kc
-- 
Ken Chase - [EMAIL PROTECTED] Toronto CANADA.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to