Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Thu, 15 Jul 2021 19:48:17 +0000 (20:48 +0100)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 15 Jul 2021 19:48:17 +0000 (20:48 +0100)
commit98a225f0c0834d0bb929282b8372a1447577d82c
tree77b09162ea569606118bc0a9a2e90265f1f1b6a9
parent8f7df948a5908e156331a1c9e4f57c56b5f7a066
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