当前位置:百科知识 > 知到宏观经济学答案

问题描述:

[单选] A user has deleted the wrong row in a table and you are preparing a point-in-time recovery skipping the DELETE event.用户删除了表中的错误行,而您正在准备时间点恢复,跳过删除事件。The server is configured with:You have identified that the DELETE statement to skip has the Global Transaction Identifier (GTID) ‘dbbe7da-fe25-11e2-b6c7-0800274aa49e:5 and you replay the binary log with:mysqlbinlog –exclude-gtids=’dbbe07da-fe25-11e2-b6c7-0800274aa49e:5’ binlog.000002 | mysqlHowever all events were skipped instead of just the one deleting the wrong row.但是,所有事件都被跳过,而不仅仅是删除错误行的事件。What is the reason for this?这是什么原因?
A.mysql binlog ignores arguments to –exclude-gtids -it means ignore all events with GTIDs. B.The server keeps track of which GTIDs have already been executed and skips those. 服务器跟踪哪些gtid已经被执行,并跳过那些。 C.Enforce_gtid_consistency is set to ON. D.Gtid_mode must be set to AUTO during point in time recoveries.
参考答案:查看
答案解析:
☆收藏

随机题目