]> git.ipfire.org Git - thirdparty/bind9.git/commit
Typedef my_bool if missing.
authorMark Andrews <marka@isc.org>
Mon, 16 Mar 2020 05:44:51 +0000 (16:44 +1100)
committerMark Andrews <marka@isc.org>
Thu, 26 Mar 2020 22:05:46 +0000 (09:05 +1100)
commit3387fa03e4f943969b5f2b2dcfa4a4e518768463
tree045f6108250c1f7922b44971129c7ec6144836e9
parent5f6b54927ef85b8221fd1d12a4588380704b2a52
Typedef my_bool if missing.

ORACLE MySQL 8.0 has dropped the my_bool type, so we need to reinstate
it back when compiling with that version or higher.  MariaDB is still
keeping the my_bool type.  The numbering between the two (MariaDB 5.x
jumped to MariaDB 10.x) doesn't make the life of the developer easy.

(cherry picked from commit c6d5d5c88f8fe61d21d9f2911e9649f89772527d)
contrib/dlz/drivers/dlz_mysql_driver.c
contrib/dlz/modules/mysql/dlz_mysql_dynamic.c
contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c