2
0
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:
ligc
2013-11-19 15:50:15 +08:00
parent 3b9be43df8
commit a3cad111de

View File

@@ -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;