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