Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Sat, 15 Feb 2025 22:30:52 +0000 (23:30 +0100)
committerDaniel Leidert <dleidert@debian.org>
Sat, 15 Feb 2025 22:30:52 +0000 (23:30 +0100)
commit9838b02d2cdbf5baed391bcc87fef3b4663aaa70
tree28ab1c1e61d78ad208834d219e3297652980836c
parentaf286b2917b36996e16dd5dea3a662d5e1ed3e31
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