本周MySQL verified的bug列表(11月15日至11月21日)

1. Bug #70923    Replication failure on multi-statement INSERT DELAYED queries

    URL:http://bugs.mysql.com/bug.php?id=70923

    备注:多语句的INSERT DELAYED query在master可以正确执行,但是可能由于解析不正确的原因,导致两条语句写入同一条statement binlog event。slave thread在读取log时导致replication breaks。bug report只在php client上重现。

 

2.Bug #70950     log_sys->mutex is so hot in pure write cases

   URL:http://bugs.mysql.com/bug.php?id=70950

   备注:彭立勋提的一个锁相关的问题,及相关patch。将log_sys->mutex拆成三把锁。

 

本周MySQL open的bug列表(11月15日至11月21日)

1. Bug #70922    MySQL binlog error causing slave replication to exit

    URL:http://bugs.mysql.com/bug.php?id=70922

    备注:4个节点的MySQL replication拓扑,两个为master-master,另外两个作为slave各挂在一个master下边。在系统运行一段时间后,一个master会出现binlog error,slave上产生1236的错误码,然后程序退出。

相关文章:

  • 2021-07-05
  • 2021-08-27
  • 2021-10-27
  • 2021-07-08
  • 2021-10-20
  • 2021-07-01
猜你喜欢
  • 2022-02-17
  • 2021-11-13
  • 2022-02-15
  • 2021-09-26
  • 2021-05-15
  • 2021-07-12
相关资源
相似解决方案