You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG18814880: Fix stopping mysqld running unit tests on Windows
The error "Procedure probably called with not enough arguments"
occurs when calling the winkernel.WaitForSingleObject() without
the timeout argument. We fix this by refactoring process_terminate()
function in the test.mysqld module and not use WaitForSingleObject
any longer.
0 commit comments