Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Thu, 16 Apr 2020 16:32:04 +0000 (17:32 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Thu, 16 Apr 2020 16:32:04 +0000 (17:32 +0100)
commit0be000f5d49c4d638567589f8875edab272c4db5
treeab0c1da75759377e4dd01811f92575427c87d835
parent352c91a80ee72a5f2fed96630a003ff23a5146b8
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