Enhance heartbeat, rowscount.
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user