-
-
Notifications
You must be signed in to change notification settings - Fork 268
Remove gfix -cache option #8010
Copy link
Copy link
Closed
Labels
component: gfixfix-version: 4.0.5fix-version: 5.0.1fix-version: 6.0 Alpha 1rlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: improvement
Metadata
Metadata
Assignees
Labels
component: gfixfix-version: 4.0.5fix-version: 5.0.1fix-version: 6.0 Alpha 1rlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: improvement
Gfix currently lists a
-cacheoption which is documented as "shutdown cache manager"), and this option - looking at thealice/exe.cppcode - can be used in combination with-shutdown, but it doesn't seem to be actually doing anything (the associatedisc_dpb_shutdownbitmap value ofisc_dpb_shut_cacheis never used in Firebird).This seems to be some remnant from the InterBase days, and as such, it should be removed.