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
The namecount parameter of ydb_lock_s() is unsigned int. Previously, it was int. Although theoretically not upward compatible, this change should have no impact because any program that compiles and runs correctly will always have namecount≥0.
The text was updated successfully, but these errors were encountered:
Final Release Note
Description
Draft Release Note
The
namecount
parameter ofydb_lock_s()
isunsigned int
. Previously, it wasint
. Although theoretically not upward compatible, this change should have no impact because any program that compiles and runs correctly will always havenamecount
≥0.The text was updated successfully, but these errors were encountered: