summaryrefslogtreecommitdiff
path: root/net-mgmt/monitoring-plugins/files/patch-plugins_common.h
blob: ca5e556bf3b2d1889a525ee0667a8974e1760a03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- plugins/common.h.orig	2016-11-29 08:45:08 UTC
+++ plugins/common.h
@@ -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