YottaDB / YDB

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

[#253] Fix SIG-11 when update is attempted on database with READ_ONLY flag through multiple global directories #257

Closed nars1 closed 6 years ago

nars1 commented 6 years ago

The open of the same database file through the second global directory was not setting reg->read_only to TRUE and that caused updates to the db file which go through this second global directory to let the update proceed resulting in an out-of-design situation that later manifests itself as a SIG-11.