1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

SSL parser changes to allow SSL specific GRANT commands

Build-tools/Do-all-build-steps:
  We need to test SSL stuff. Now we do it.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown
2001-09-22 22:32:43 +08:00
parent ce7075e82c
commit a6397f17f7
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;