Enhance heartbeat, rowscount.

This commit is contained in:
Chuanyi Li
2018-08-09 23:54:53 +08:00
parent d7bbb0d1a7
commit ec00792475
8 changed files with 12743 additions and 12927 deletions
File diff suppressed because it is too large Load Diff
@@ -194,6 +194,8 @@ enum EventType {
/** XA **/
XACOMMIT = 13;
XAROLLBACK = 14;
/** MASTER HEARTBEAT **/
MHEARTBEAT = 15;
}
/**数据库类型**/
@@ -201,4 +203,4 @@ enum Type {
ORACLE = 1;
MYSQL = 2;
PGSQL = 3;
}
}