mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Some
C++ comments cleanup sql/stacktrace.c: C++ comments cleanup sql/structs.h: C++ comments cleanup sql/ha_myisam.h: C++ comments cleanup include/config-os2.h: C++ comments cleanup include/sslopt-case.h: C++ comments cleanup mysys/mf_tempfile.c: C++ comments cleanup sql/mysql_priv.h: C++ comments cleanup sql/slave.h: C++ comments cleanup sql/time.cc: C++ comments cleanup BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
break;
|
||||
case OPT_SSL_KEY:
|
||||
opt_use_ssl = 1; /* true */
|
||||
//QQ to be removed??? my_free(opt_ssl_key, MYF(MY_ALLOW_ZERO_PTR));
|
||||
//QQ to be removed??? opt_ssl_key = my_strdup(optarg, MYF(0));
|
||||
/* QQ to be removed??? my_free(opt_ssl_key, MYF(MY_ALLOW_ZERO_PTR)); */
|
||||
/* QQ to be removed??? opt_ssl_key = my_strdup(optarg, MYF(0)); */
|
||||
break;
|
||||
case OPT_SSL_CERT:
|
||||
opt_use_ssl = 1; /* true */
|
||||
|
Reference in New Issue
Block a user