MySQL Forums
Forum List  »  MyISAM

Re: Is it possible to do transaction Batch with MYISAM tables?
Posted by: Mike Lischke
Date: October 17, 2005 01:50AM

denpsia wrote:

> Is it possible to do transaction Batch with
> MYISAM tables? How? I like to execute two or more
> sql statements in a batch that when one fails all
> rollback.

No, this is not possible. Read this: http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html for more detail info.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is it possible to do transaction Batch with MYISAM tables?
2046
October 17, 2005 01:50AM


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.