MySQL Forums
Forum List  »  Quality Assurance

Re: Unexpected temporary table behavior
Posted by: Thomas CORBIERE
Date: October 24, 2007 11:35AM

Hello,

I think you have misinterpreted the documentation.
You test case is showing exactly what the doc says.
Since the CREATE TABLE doesn't automaticaly commit the transaction,
when you are doing your insertion you are still in your explicit transaction.
That's why you are allowed to rollback your INSERT.

The documentation doesn't imply however that the table will be removed for you.
At least, this is how I understand it.

Regards,

Thomas CORBIERE

Options: ReplyQuote


Subject
Views
Written By
Posted
3958
October 18, 2007 12:18PM
Re: Unexpected temporary table behavior
2335
October 24, 2007 11:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.