--- trunk/index_DBI_cache.pm 2003/07/11 20:14:19 83 +++ trunk/index_DBI_cache.pm 2003/07/11 20:58:45 87 @@ -191,6 +191,7 @@ foreach my $table (keys %Table) { # FIX +print STDERR print scalar localtime()."\n"; print STDERR "creating ord for $table...\n"; create_ord($table); undef $sth_cache{$table."select"};