| 1768 | } |
| 1769 | |
| 1770 | void Security_context::set_host(const char *str) |
| 1771 | { |
| 1772 | uint len= str ? strlen(str) : 0; |
| 1773 | host.set(str, len, system_charset_info); |
| 1774 | } |
| 1775 | |
| 1776 | void Security_context::set_ip(const char *str) |
| 1777 | { |
nothing calls this directly
no test coverage detected