瀏覽代碼

Merge pull request #340 from Sp1l/master

plugins/common.h: Set default MySQL port
Bryan Heden 8 年之前
父節點
當前提交
a7a910c870
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      plugins/common.h

+ 5 - 0
plugins/common.h

@@ -174,6 +174,11 @@
 #  endif
 #endif
 
+/* MariaDB 10.2 client does not set MYSQL_PORT */
+#ifndef MYSQL_PORT
+#  define MYSQL_PORT 3306
+#endif
+
 /*
  *
  * Standard Values