• Sergei Golubchik's avatar
    cleanup: ssl handling in the internal rpl client · f4e174e1
    Sergei Golubchik authored
    * type of mi->ssl_verify_server_cert must be my_bool, because it's
      passed by address to mysql_options(), and the latter expects my_bool
    * explicitly disable ssl in MYSQL if mi->ssl is 0
    * remove dead code (`#ifdef NOT_USED`)
    * remove useless casts and checks replacing empty strings with NULL
      (new_VioSSLFd() does that internally)
    f4e174e1
rpl_mi.cc 62.3 KB