Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.23, 3.3.8, 3.4.0
-
None
Description
For MySQL compatibility the sql KILL command should be used instead of sending COM_PROCESS_KILL. COM_PROCESS_KILL was removed in MySQL 8.4
Also mysql_kill function cannot handle process id's larger than 32-bit.