Commit 6680695f authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

fixed compile error

parent 4ec61206
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2605,9 +2605,11 @@ static struct option long_options[] = {
  {"master-port",           required_argument, 0, (int) OPT_MASTER_PORT},
  {"master-connect-retry",  required_argument, 0, (int) OPT_MASTER_CONNECT_RETRY},
  {"master-info-file",      required_argument, 0, (int) OPT_MASTER_INFO_FILE},
#ifdef HAVE_SSL  
  {"master-ssl",      	    optional_argument, 0, (int) OPT_MASTER_SSL},
  {"master-ssl-key",        optional_argument, 0, (int) OPT_MASTER_SSL_KEY},
  {"master-ssl-cert",       optional_argument, 0, (int) OPT_MASTER_SSL_CERT},
#endif  
  {"myisam-recover",	    optional_argument, 0, (int) OPT_MYISAM_RECOVER},
  {"memlock",		    no_argument,       0, (int) OPT_MEMLOCK},
    // needs to be available for the test case to pass in non-debugging mode

vio/test-ssl

0 → 100755
+41.1 KiB

File added.

No diff preview for this file type.