| 960 | char *get_user(MEM_ROOT *root) const |
| 961 | { return ::get_field(root, m_table->field[1]); } |
| 962 | int set_user(const char *s, size_t l) const |
| 963 | { return m_table->field[1]->store(s, l, system_charset_info); }; |
| 964 | |
| 965 | virtual SSL_type get_ssl_type () const = 0; |
| 966 | virtual int set_ssl_type (SSL_type x) const = 0; |
no test coverage detected