mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -390,7 +390,7 @@ int start_io(connection_t *connection, PTP_CALLBACK_INSTANCE instance)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Some error occured */
|
||||
/* Some error occurred */
|
||||
CancelThreadpoolIo(io);
|
||||
return -1;
|
||||
}
|
||||
@ -576,7 +576,7 @@ static VOID CALLBACK io_completion_callback(PTP_CALLBACK_INSTANCE instance,
|
||||
return;
|
||||
|
||||
error:
|
||||
/* Some error has occured. */
|
||||
/* Some error has occurred. */
|
||||
|
||||
destroy_connection(connection, instance);
|
||||
free(connection);
|
||||
|
Reference in New Issue
Block a user