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
add a lock to make LOG_HEAD thread-safe #{317} (oceanbase#327)
### What problem were solved in this pull request?
Issue Number: closeoceanbase#317
Problem:
localtime is not a thread-safe function.
### What is changed and how it works?
use localtime_r instead of localtime
Co-authored-by: Helloworld-lbl <[email protected]>
Co-authored-by: wangyunlai <[email protected]>
0 commit comments