1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

SSL parser changes to allow SSL specific GRANT commands

This commit is contained in:
tonu@volk.internalnet
2001-09-22 22:32:43 +08:00
parent ed297508c4
commit d6fb40171b
5 changed files with 39 additions and 4 deletions

View File

@ -145,6 +145,7 @@ typedef struct st_lex {
char *length,*dec,*change,*name;
char *backup_dir; /* For RESTORE/BACKUP */
char* to_log; /* For PURGE MASTER LOGS TO */
char* ssl_subject,*ssl_issuer,*ssl_chipher;
String *wild;
sql_exchange *exchange;