!4056 删除procarray.cpp中没有使用的变量定义,消除编译警告。
Merge pull request !4056 from xiyanziran/master-procarray
This commit is contained in:
@ -2372,7 +2372,6 @@ GROUP_GET_SNAPSHOT:
|
||||
|
||||
/* Check whether there's a standby requiring an older xmin when dms is enabled. */
|
||||
if (SS_NORMAL_PRIMARY && SS_REPLICATION_MAIN_STANBY_NODE) {
|
||||
ss_xmin_info_t* xmin_info = &g_instance.dms_cxt.SSXminInfo;
|
||||
uint64 global_xmin = SSGetGlobalOldestXmin(u_sess->utils_cxt.RecentGlobalXmin);
|
||||
u_sess->utils_cxt.RecentGlobalXmin = global_xmin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user