Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Thu, 26 Sep 2024 13:41:35 +0000 (16:41 +0300)
committerAdrian Bunk <bunk@debian.org>
Thu, 26 Sep 2024 13:41:35 +0000 (16:41 +0300)
commit5cb25f2db58331be4f97fd71e2a372d11a3f4f2e
tree9a4f44aba3a4713c9748fe93ae00da36add798e7
parent01644b4895873de0cf0df1ba35387b43d6bc0c61
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