Are handlerton->commit calls serialized in MySQL 5.6?
Zardosht Kasheff <[email protected]> Wed, 20 Feb 2013 23:20:27 -0500
| Newsgroups | gmane.comp.db.mysql.devel |
|---|---|
| Message-ID | <CABFd+SG+W+WmYiVwd4+jffMHEJSjvrC72dNCr_chbG_GSDUW7g@mail.gmail.com> |
Hello all, In http://lists.mysql.com/internals/38715, I learned quite a bit about MySQL 5.6 replication, but also saw something interesting that I would like to learn more about. As covered in that thread, handlerton->commit calls made with thd->durability_properties set to HA_IGNORE_DURABILITY means the enginecan ignore the durability requirements of commits. However, I also saw that such calls are serialized under some global mutex. Is this accurate? Is this mutex a MySQL mutex or an InnoDB mutex? If so, how is concurrency affected? Is this any different than how MySQL 5.5 behaves? Thanks -Zardosht -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals