Current time: 04-19-2024, 02:55 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ispcp-dsk-quotaの処理について
Author Message
kazuo Offline
Junior Member
*

Posts: 36
Joined: Aug 2009
Reputation: 0
Post: #1
ispcp-dsk-quotaの処理について
データベースにViewを設定すると、この処理での容量計算で、エラーメールが送信
されますが、以下のような対応をしてもよいのでしょうか?

foreach(@$ref){

my $data_length = @$_[6];
my $index_length = @$_[8];

unless (defined($data_length)){$data_length = 0;}
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''​''''''''
unless (defined($index_length)){$index_length = 0;}
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''​'''''''''''''

$size += $data_length + $index_length;

}
(This post was last modified: 08-03-2009 11:54 AM by kazuo.)
08-03-2009 11:52 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)