From 820de8fa638a5e503768f1777e674a75790b4596 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Tue, 24 Oct 2017 10:03:15 -0700 Subject: [PATCH] Define constant following its comment. --- include/mysql_com.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/mysql_com.h b/include/mysql_com.h index 80b93c1c5ad..9f17607eb25 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -615,6 +615,8 @@ @sa cli_safe_read_with_ok(), read_ok_ex(), net_send_ok(), net_send_eof() */ #define CLIENT_DEPRECATE_EOF (1UL << 24) + + /** Verify server certificate. @@ -622,6 +624,7 @@ @deprecated in favor of --ssl-mode. */ +#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30) /** @@ -630,7 +633,6 @@ #define CLIENT_OPTIONAL_RESULTSET_METADATA (1UL << 25) -#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30) /** Don't reset the options after an unsuccessful connect