Breaking: #82421 - Dropped old DB related configuration options
See forge#82421
Description
Some configuration options related to pre-doctrine era have been removed
from 
        $GLOBALS:
- SYS/- Obsolete since core version 8, no substitution- sql - Debug 
- SYS/- Obsolete since core version 8 and migrated automatically- set - DBinit 
- SYS/- Obsolete since core version 8 and migrated automatically- no_ - pconnect 
- SYS/- Obsolete since core version 8 and migrated automatically- db - Client - Compress 
Impact
Extension code usually shouldn't rely on these settings.
Affected Installations
Instances with extension code using these array entries in 
        $GLOBALS
are found by the install tool extension scanner.
Migration
Extension code should not rely on these core framework internal settings.