| 1904 | } |
| 1905 | |
| 1906 | static uchar* check_get_key(ACL_USER *buff, size_t *length, |
| 1907 | my_bool not_used MY_ATTRIBUTE((unused))) |
| 1908 | { |
| 1909 | *length=buff->host.get_host_len(); |
| 1910 | return (uchar*) buff->host.get_host(); |
| 1911 | } |
| 1912 | |
| 1913 | |
| 1914 | static void acl_update_user(const char *user, const char *host, |
nothing calls this directly
no test coverage detected