Does TML support MyISAM tables?
-
I recently upgraded from version 6.3.12 to 6.4.9, and am getting bug reports from a small number of users who are receiving errors when registering. Before upgrading, we frequently received bug reports that a new user’s email address had already been registered. I suspect the new bug reports are caused by the same underlying issue, but the error message has now changed from that to something about contacting the webmaster.
My best guess is that the underlying cause is concurrency issues related to the fact that my site still uses MyISAM tables. I know the tables lock often from long-running SELECT statements.
My question is, does TML support MyISAM tables? If a table such as users or usermeta is locked when a new user registers, does the insert fail with no fallback? Not sure how WordPress Core handles this situation either.
- The topic ‘Does TML support MyISAM tables?’ is closed to new replies.