]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr_mysql: Compile error because MYSQL_PORT definition is missing
authorEvandro Cesar Arruda <ecarruda@gmail.com>
Mon, 2 Apr 2018 20:59:29 +0000 (17:59 -0300)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 11 Apr 2018 20:26:18 +0000 (14:26 -0600)
commit429c758e4847914d571a527f495c7c834eb6ac6c
tree7ea121b5bde1a3b513dd5f71ee9ec183a1a9ed45
parent0747ac893b277dbcab384607e533732b8e6cc0ef
cdr_mysql: Compile error because MYSQL_PORT definition is missing

If it is not defined, it will add MYSQL_PORT definition. After some
research on MySQL/MariaDB development tree, I couldn't find any reference
to MYSQL_PORT definition in include files.

ASTERISK-27782 #close

Change-Id: Ieee56c836fc2e8bd021c456145bba04c6068bb77
addons/cdr_mysql.c