]> 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:30:36 +0000 (07:30 -0600)
commit7a85a947af3d5e5ddb8b482a04b860c0bf597632
tree335728e5f0036b27bd2e1069da5003a88b3ffc77
parent9c8424a97b92f73a3fbfa590a41e4d2c2d47fca7
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