MySQL Forums
Forum List  »  MyISAM

Re: Difference b/w MyISAM & InnoDB
Posted by: Andrew Gilfrin
Date: February 18, 2005 08:12AM

Adil

The big difference between MyISAM and InnoDB is that InnoDB supports transaction. You can commit and rollback with InnoDB but with MyISAM once you issue a command it's done.

Views, Stored Procedures and Triggers are supported in the latest version 5.x but this is not an offical release at present.

If you need more info on Stored Procedures checkout the mysql documentation or have a look at my website http://www.mysqldevelopment.com which expands on the documentation with examples source code and tutorials.

Andrew Gilfrin
http://www.mysqldevelopment.com

Options: ReplyQuote


Subject
Views
Written By
Posted
30719
February 18, 2005 05:54AM
Re: Difference b/w MyISAM & InnoDB
17119
February 18, 2005 08:12AM
9116
August 31, 2005 11:51AM
5669
January 02, 2008 12:51AM
5688
August 20, 2007 02:25AM
4262
March 26, 2008 09:30AM
3897
July 29, 2008 04:26AM
3357
December 29, 2008 04:47AM
4780
May 29, 2008 04:00AM


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.