Merge pull request #1522 from Sp1l/fix-MariaDB10.2

Fix build issue with MariaDB 10.2
This commit is contained in:
Sven Nierlein 2018-10-22 16:21:05 +02:00 committed by GitHub
commit 1c0a48bc6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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