未验证 提交 50388b75 编写于 作者: L lylth 提交者: GitHub

fix(handler):Fix Tianmu engine to support master-slave replication of binlog...

fix(handler):Fix Tianmu engine to support master-slave replication of binlog in row format (#381) (#406)
Co-authored-by: Nmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
上级 b1a71412
......@@ -50,7 +50,7 @@ class TianmuHandler final : public handler {
ulonglong table_flags() const override {
return HA_NON_KEY_AUTO_INC | HA_REC_NOT_IN_SEQ | HA_PARTIAL_COLUMN_READ | HA_BINLOG_STMT_CAPABLE |
HA_BLOCK_CONST_TABLE | HA_PRIMARY_KEY_REQUIRED_FOR_POSITION | HA_NULL_IN_KEY | HA_DUPLICATE_POS |
HA_PRIMARY_KEY_IN_READ_INDEX;
HA_PRIMARY_KEY_IN_READ_INDEX | HA_BINLOG_ROW_CAPABLE;
}
/*
This is a bitmap of flags that says how the storage engine
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册