You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#37644518: Race condition on rpl_opt_tracker [Post-fix]
Fix the compilation warning, escalated to error, on Windows:
```
sql\rpl_opt_tracker.cc(122,1):
error C2220: the following warning is treated as an error
sql\rpl_opt_tracker.cc(113):
warning C26417: Shared pointer parameter 'service_guard' is passed
by reference and not reset or reassigned. Use T* or T& instead
(r.35).
```
To solve the above issue, made the parameter `service_guard`
constant.
Change-Id: Ia4509fd72fe2478abf8465225a7e921dea5a2680
0 commit comments