Skip to content

Commit

Permalink
* Provide threadpool plugin for mysql-8.0.25
Browse files Browse the repository at this point in the history
-Fix "FALSE" incompatibility problem
  • Loading branch information
Winston-leon committed Apr 28, 2022
1 parent 82853f0 commit c82af17
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 c82af17

Please sign in to comment.