diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 3bf61d50b..d507d1fdb 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -822,9 +822,7 @@ sub new $xCAT::Schema::tabspec{$self->{tabname}}, $xcatcfg); $self->{dbh}->do($str); - if ($xcatcfg =~ /^DB2:/) { # for DB2 $self->{dbh}->commit; # commit the create - } }