[CP] [GIS]weak read srs system table

This commit is contained in:
obdev
2023-03-21 17:07:40 +00:00
committed by ob-robot
parent 3d997e7f47
commit 5ed3fc8cb5

View File

@ -343,7 +343,7 @@ int ObTenantSrs::fetch_all_srs(ObSrsCacheSnapShot *&srs_snapshot, bool is_sys_sr
uint32_t res_count = 0;
ObSqlString sql;
ObSQLClientRetryWeak sql_client_retry_weak(srs_mgr_->sql_proxy_, false);
ObSQLClientRetryWeak sql_client_retry_weak(srs_mgr_->sql_proxy_, tenant_id_, OB_ALL_SPATIAL_REFERENCE_SYSTEMS_TID);
SMART_VAR(ObMySQLProxy::MySQLResult, res) {
ObMySQLResult *result = NULL;
if (is_sys_srs) {