YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

namecount parameter of ydb_lock_s() is a unsigned int #271

Open ksbhaskar opened 6 years ago

ksbhaskar commented 6 years ago

Final Release Note

Description

Draft Release Note

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.