-
rdb-07-05-21b271159b · ·
Read number of cores and use as default parameter for number of server threads
-
rdb-07-05-195740d024 · ·
If temporal files cannot be removed, an error message should be enough. The fatal error message and abort() are too much in this case, since nothing prevents the server to continue to work.
-
rdb-07-05-170ee6fd13 · ·
Unlock active files when read database from master server. This prevents lock files remain in /tmp if the server is stopped abnormally, e.g. with SIGKILL. See fixed issue ADTCC-127
-
rdb-07-05-132e631b81 · ·
Make RdbConfigObject::contained_in() scalable. The value is read once for all RDB objects and stored in cache of RDB configuration until modifications. This fixes ADTCC-91.
-
-
-
rdb-07-05-100cba6c82 · ·
Fix generation of multiple DAL libraries, install schema files in non-standard place (why?)
-
-
-
rdb-07-05-0797aefeae · ·
Fix memory leaks found by Coverity: * on object rename, if referenced by others * on writer backup restore, if something goes wrong
-
rdb-07-05-061542ac01 · ·
Improve error reporting (report minor code and string for CORBA system exceptions) Use ipc::CorbaSystemException instead of rdb::CorbaException, that already does above job
-
-