mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-19 11:01:09 +00:00
fix for bug 3913: do not use autocommit=0 for table read
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user