| 196 | longlong password_lifetime; |
| 197 | |
| 198 | bool alloc_auth(MEM_ROOT *root, uint n) |
| 199 | { |
| 200 | return !(auth= (AUTH*) alloc_root(root, (nauth= n)*sizeof(AUTH))); |
| 201 | } |
| 202 | Lex_ident_host hostname() const |
| 203 | { |
| 204 | DBUG_ASSERT(host.hostname[hostname_length] == '\0'); |
no test coverage detected