Skip to content

Commit

Permalink
Merge pull request #260 from Winston-leon/mysql-8.0.25-thread-pool
Browse files Browse the repository at this point in the history
* Provide threadpool plugin for mysql-8.0.25
  • Loading branch information
liuwei-ck authored Apr 28, 2022
2 parents 53021d2 + c82af17 commit ef6ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/thread_pool/threadpool_unix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int vio_cancel(Vio *vio, int how)
int r= 0;
DBUG_ENTER("vio_cancel");

if (vio->inactive == FALSE)
if (vio->inactive == false)
{
assert(vio->type == VIO_TYPE_TCPIP ||
vio->type == VIO_TYPE_SOCKET ||
Expand Down

0 comments on commit ef6ffb0

Please sign in to comment.