diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 9be8703b6c5..16ef7e750cd 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -136,7 +136,7 @@ typedef struct st_lex char *backup_dir; /* For RESTORE/BACKUP */ char* to_log; /* For PURGE MASTER LOGS TO */ char* x509_subject,*x509_issuer,*ssl_cipher; - enum SSL_type ssl_type; /* defined in violite.h */ + enum SSL_type ssl_type; /* defined in violite.h */ String *wild; sql_exchange *exchange; |