fix for 1955912.
commitc0edcf3452fc3c83436fadf30681164a986b424f
authorkishoramballi <kishoramballi>
Fri, 2 May 2008 14:17:31 +0000 (2 14:17 +0000)
committerkishoramballi <kishoramballi>
Fri, 2 May 2008 14:17:31 +0000 (2 14:17 +0000)
treecc5c1401ef3af2359375a14afe765c7ab8c695d8
parent8749112cff1b50027bbd9f0b9437370302655a35
fix for 1955912.
when startTransaction failed, the process called exit, without cleaning up.
clean up done using closeTable and dropTable functions.  exit is replaced
replaced with return which now calls destructor for TableDef object.
test/performance/DMLThroughput.c