Quote:
|
Originally Posted by notjoe
I believe the (main) difference between innodb and myisam is that there is row locking support with innodb and not with myisam. Multiple rows can be updated concurrently where as with myisam a thread needs exclusive access to the table.
|
I believe the last few versions of mysql, myisam does support row-level locking now though....