linweiway67 2014-09-01 07:16 采纳率: 0%
浏览 995

关于mysql redo log的问题。

http://bugs.mysql.com/bug.php?id=73202
上面是一个官方的patch,
According to the crash recovery logic of mysql server, we only need to write/sync prepared transaction before writing to binlog. And currently transactions are not grouped during innodb prepare stage.

I changed the related code described as bellow:

  1. don’t sync redo log during innodb prepare stage if binlog enabled.

  2. during flush stage of group commit (In function process_flush_stage_queue)
    a) collect group commit queue

b) call ha_flush_logs to sync redo log (make sure all redo log of prepared transaction in current
queue were synced before writing to binlog)
--innobase_flush_logs have to be changed.

c) flush thread cache to binlog file for every thd in queue

这段话我并不是很明白其中的意思,跪求mysql达人指点,我要的不是直接的翻译,而是要解释一下这段话在说明一个什么问题。

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 用PLC设计纸袋糊底机送料系统
    • ¥15 simulink仿真中dtc控制永磁同步电机如何控制开关频率
    • ¥15 用C语言输入方程怎么
    • ¥15 网站显示不安全连接问题
    • ¥15 github训练的模型参数无法下载
    • ¥15 51单片机显示器问题
    • ¥20 关于#qt#的问题:Qt代码的移植问题
    • ¥50 求图像处理的matlab方案
    • ¥50 winform中使用edge的Kiosk模式
    • ¥15 关于#python#的问题:功能监听网页