| 8716 | |
| 8717 | |
| 8718 | void GRANT_INFO::refresh(const Security_context *sctx, |
| 8719 | const char *db, const char *table) |
| 8720 | { |
| 8721 | if (version != grant_version) |
| 8722 | read(sctx, db, table); |
| 8723 | } |
| 8724 | |
| 8725 | void GRANT_INFO::read(const Security_context *sctx, |
| 8726 | const char *db, const char *table) |
no outgoing calls
no test coverage detected