mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-27 03:44:51 -05:00
Merge pull request #1522 from Sp1l/fix-MariaDB10.2
Fix build issue with MariaDB 10.2
This commit is contained in:
commit
1c0a48bc6b
1 changed files with 5 additions and 0 deletions
|
|
@ -174,6 +174,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/* MariaDB 10.2 client does not set MYSQL_PORT */
|
||||
#ifndef MYSQL_PORT
|
||||
# define MYSQL_PORT 3306
|
||||
#endif
|
||||
|
||||
enum {
|
||||
OK = 0,
|
||||
ERROR = -1
|
||||
|
|
|
|||
Loading…
Reference in a new issue