/[wait]/trunk/lib/WAIT/Database.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WAIT/Database.pm

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

revision 113 by dpavlin, Tue Jul 13 20:28:45 2004 UTC revision 114 by dpavlin, Tue Jul 13 21:27:27 2004 UTC
# Line 223  sub walkncomplete { Line 223  sub walkncomplete {
223    $self->maindbfile;    $self->maindbfile;
224    $self->path;    $self->path;
225    for my $t (values %{$self->{tables} || {}}) {    for my $t (values %{$self->{tables} || {}}) {
226      $t->{file} ||= $self->{file};      $t->{path} ||= $self->{path};
227      $t->{maindbfile} ||= $self->{maindbfile};      $t->{maindbfile} ||= $self->{maindbfile};
228      $t->{mode} = $self->{mode};      $t->{mode} = $self->{mode};
229      for my $ind (values %{$t->{indexes}}) {      for my $ind (values %{$t->{indexes}}) {
230        $ind->{file} ||= $self->{file};        $ind->{path} ||= $self->{path};
231        $ind->{maindbfile} ||= $self->{maindbfile};        $ind->{maindbfile} ||= $self->{maindbfile};
232        $ind->{mode} = $self->{mode};        $ind->{mode} = $self->{mode};
233      }      }
234      for my $inv (values %{$t->{inverted}}) {      for my $inv (values %{$t->{inverted}}) {
235        for my $ind (@$inv) {        for my $ind (@$inv) {
236          $ind->{file} ||= $self->{file};          $ind->{path} ||= $self->{path};
237          $ind->{maindbfile} ||= $self->{maindbfile};          $ind->{maindbfile} ||= $self->{maindbfile};
238          $ind->{mode} = $self->{mode};          $ind->{mode} = $self->{mode};
239        }        }

Legend:
Removed from v.113  
changed lines
  Added in v.114

  ViewVC Help
Powered by ViewVC 1.1.26