]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr_mysql: Fix missing use of 'my_bool' with MySql >= 8.0.1
authorGeorge Joseph <gjoseph@digium.com>
Tue, 29 Oct 2019 13:35:10 +0000 (07:35 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 7 Nov 2019 13:31:08 +0000 (07:31 -0600)
commitbe4c6f3f35485a90cb5c1c402fcfa5fd4c4c94af
treeadfce3b8e777a83e30e321d275ba9ca81a3d6e0d
parent95bc698b85a34d907ece21379df3669a1e627a76
cdr_mysql:  Fix missing use of 'my_bool' with MySql >= 8.0.1

MySql 8.0.1 replaced the "my_bool" type with "bool" so an #if
was added to use "bool" with MYSQL_VERSION_ID >= 80001.

ASTERISK-28604

Change-Id: I66a28d8f0011e33774edee13a6f8efd2302bb920
addons/cdr_mysql.c