/[cvs]/nfo/perl/libs/Data/Storage/Handler/Tangram.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Storage/Handler/Tangram.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by jonen, Wed Dec 18 22:28:16 2002 UTC revision 1.23 by joko, Thu Dec 19 16:31:53 2002 UTC
# Line 3  Line 3 
3  #  $Id$  #  $Id$
4  #  #
5  #  $Log$  #  $Log$
6    #  Revision 1.23  2002/12/19 16:31:53  joko
7    #  +- renamed sub to 'rebuildDb'
8    #
9  #  Revision 1.22  2002/12/18 22:28:16  jonen  #  Revision 1.22  2002/12/18 22:28:16  jonen
10  #  + added extended logging at 'getObjectByGuid()'  #  + added extended logging at 'getObjectByGuid()'
11  #  #
# Line 365  sub retreatSchema { Line 368  sub retreatSchema {
368    return $ok;    return $ok;
369  }  }
370    
371  sub rebuildDbAndSchema {  sub rebuildDb {
372    my $self = shift;    my $self = shift;
373    $logger->info( __PACKAGE__ . "->rebuildDbAndSchema()" );    $logger->info( __PACKAGE__ . "->rebuildDb()" );
374    my @results;    my @results;
375    
376    # sum up results (bool (0/1)) in array    # sum up results (bool (0/1)) in array

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed