-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.8.0
-
Component/s: None
-
None
-
ALL
The --profile option to set the default profiling level appears to get ignored. Looking in the code the profiling level was set on a new database in the method Database::finishInit however searching the current source base that no longer appears to get called from anywhere. It was originally called in the setClient code but looks like it was probably lost during commit afa43dc8 which refactored that code.