--- loncom/interface/lonmysql.pm 2005/08/24 19:13:07 1.33 +++ loncom/interface/lonmysql.pm 2005/08/24 19:21:05 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # MySQL utility functions # -# $Id: lonmysql.pm,v 1.33 2005/08/24 19:13:07 matthew Exp $ +# $Id: lonmysql.pm,v 1.34 2005/08/24 19:21:05 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -387,10 +387,10 @@ sub connect_to_db { foreach my $row (@{$sth->fetchall_arrayref}) { $db_config{$row->[0]} = $row->[1]; } - &Apache::lonnet::logthis("MySQL configuration variables"); - while (my ($k,$v) = each(%db_config)) { - &Apache::lonnet::logthis(" '$k' => '$v'"); - } + #&Apache::lonnet::logthis("MySQL configuration variables"); + #while (my ($k,$v) = each(%db_config)) { + # &Apache::lonnet::logthis(" '$k' => '$v'"); + #} # return 1; } @@ -573,7 +573,6 @@ sub update_table_info { # my @tabledesc; my ($major_version) = ($db_config{'version'} =~ /^(\d)\./); - &Apache::lonnet::logthis('major version = '.$major_version); if ($major_version <= 3) { @tabledesc = qw/ Name Type Row_format Rows Avg_row_length Data_length