Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
PID is sent to server on connection for performance_schema.
Current implementation rely on JNA presence to get PID.
If using java 9, PID must be get through ProcessHandle, java 8 must still detect PID through JNA if present.