8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
alexpeshkoff
88b8a40a04 1. Cleaned up most of SUPERSERVER usage.
SUPERSERVER has 4 different meanings in our code:
- this is milticlient server (replaced with Config::getMultiClientServer())
- use shared data cache (replaced with Config::getSharedCache())
- use shared metadata cache (replaced with macro SHARED_METADATA_CACHE)
- database are NOT shared between processes (replaced with getSharedDatabase())

2. Use fb_smp_server as both superclassic and classic binary on posix
(xinetd autodecection is done).

3. Small posix build cleanup.
2010-04-15 14:40:27 +00:00
alexpeshkoff
60a115efc2 Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
alexpeshkoff
f4bb8b46fe frontported HPUX installer changes 2008-12-26 14:39:06 +00:00
asfernandes
5ab801f09d Misc 2008-11-26 00:45:20 +00:00
alexpeshkoff
00dcea36f3 Fixed CORE-2195: Linux CS install requires access rights review. Also fixed some bugs in superclassic mode. 2008-11-24 13:09:12 +00:00
alexpeshkoff
2b382f606b 1. Deeper integration between super and classic setup.
2. Script to switch between classic and superclassic modes.
3. Changed lisences from LGPL to IDPL (with Mark's agreement)
2008-05-07 16:34:47 +00:00
alexpeshkoff
00c63c1f8d 1. Make signals handling in yValve MT safe.
2. Introduce new private API calls, fb__shutdown() and fb__shutdown_callback().
3. Introduce fb_smp_server - binary to run superclassic on posix.
4. Various cleanups.
2008-02-28 18:42:30 +00:00
alexpeshkoff
a8ec4a25d9 Fixed CORE-1728: Monitoring tables do not work after fresh linux install 2008-02-06 11:27:32 +00:00
alexpeshkoff
74724c0566 Frontported fix for CORE-1674: Wrong access rights in doc subdirectory 2008-01-04 15:14:54 +00:00
alexpeshkoff
ac8277b0f5 front-ported various fixes from B2_0_Release 2007-03-09 13:32:17 +00:00
alexpeshkoff
2d7f749456 ported changes from B2_0_Release 2006-04-24 10:08:16 +00:00
alexpeshkoff
1a5505065d ported fixes from 2.0 release 2006-04-16 12:58:29 +00:00
alexpeshkoff
3bf321d649 let all users run applications 2005-12-18 15:23:32 +00:00
alexpeshkoff
023e4f2b70 fixed bug with access to QLI's help 2005-10-26 14:03:19 +00:00
alexpeshkoff
5630c10eb2 new way to build linux scripts 2005-08-16 10:04:13 +00:00
alexpeshkoff
a912b14498 New scripts for posix 2005-04-29 18:16:46 +00:00