Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Wed, 5 Apr 2023 20:24:05 +0000 (21:24 +0100)
committerMarkus Koschany <apo@debian.org>
Wed, 5 Apr 2023 20:24:05 +0000 (21:24 +0100)
commitd6cfe6aa5ff24c4bdfc5e4e03a07e1d0be7ebf07
treeb8cf1fd4426dc375ad144b6712d7199f4beef4a5
parent774a5758a716d264f38a61994c962c8adfd11aa9
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