Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Fri, 12 Aug 2022 07:16:08 +0000 (08:16 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Fri, 12 Aug 2022 07:16:08 +0000 (08:16 +0100)
commit9c2d0dd15aaf4bb8a4d8d7039a3ddf7309d5d24c
treec556609f05bbc5aea210a3bd6c981a7630de741a
parent13825681177d09db0c0e80bdac7425561704b705
Fix build issue with MySQL 8

Origin: other, https://bugs.launchpad.net/ubuntu/+source/trafficserver/+bug/1795362
Forwarded: https://github.com/apache/trafficserver/pull/4360
Applied-Upstream: https://github.com/apache/trafficserver/commit/05b30527974416768515506f69da338652c23260
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2018-10-06

The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch
plugins/experimental/mysql_remap/mysql_remap.cc