Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Sun, 5 Nov 2023 19:52:00 +0000 (21:52 +0200)
committerAdrian Bunk <bunk@debian.org>
Sun, 5 Nov 2023 19:52:00 +0000 (21:52 +0200)
commit1548980c73c770776290c811e87636cb7e1cbdf1
tree443bab43e9b76ce1b7e19e95533fbfe12532277e
parent069a2a0a4c4e6204b281c4caff8779118863a905
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