fix for bug 3913: do not use autocommit=0 for table read
This commit is contained in:
parent
3b9be43df8
commit
a3cad111de
@ -618,7 +618,7 @@ sub getDBtable
|
||||
{
|
||||
|
||||
# need to get info from DB
|
||||
my $thistable = xCAT::Table->new($table, -create => 1, -autocommit => 0);
|
||||
my $thistable = xCAT::Table->new($table, -create => 1);
|
||||
if (!$thistable)
|
||||
{
|
||||
return undef;
|
||||
|
Loading…
Reference in New Issue
Block a user