YottaDB / YDB

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

MAX_xxSUBSCRIPTS defines are set to 32 when actual max is 31 #174

Open estess opened 6 years ago

estess commented 6 years ago

Final Release Note

Description

While most of the code (except MERGE - issues might be related - issue #173) correctly obeys the 31 subscript maximum, these #defines set to 32 are at best confusing and and worst a debugging nightmare. They should be reduced to the true maximum (31) and the code that uses them adjusted as necessary and if needed.

Draft Release Note

This is an internals issues so nothing really to share with users. If fixing this fixes MERGE, that will be reported by issue #173.