Skip to content

Commit ff58424

Browse files
committed
FIX Pre 5.7 Build
1 parent ef039a1 commit ff58424

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver/mysql_connection_options.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ enum MySQL_Connection_Options
5454
MYSQL_ENABLE_CLEARTEXT_PLUGIN,
5555
MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS,
5656
MYSQL_OPT_SSL_ENFORCE,
57-
#if LIBMYSQL_VERSION_ID > 50700
5857
MYSQL_OPT_MAX_ALLOWED_PACKET, MYSQL_OPT_NET_BUFFER_LENGTH,
5958
MYSQL_OPT_TLS_VERSION,
6059
MYSQL_OPT_SSL_MODE
61-
#endif //LIBMYSQL_VERSION_ID > 50700
6260
};
6361

6462
}

0 commit comments

Comments
 (0)