| 5893 | } |
| 5894 | |
| 5895 | static bool column_priv_insert(GRANT_TABLE *grant) |
| 5896 | { |
| 5897 | return my_hash_insert(&column_priv_hash,(uchar*) grant); |
| 5898 | } |
| 5899 | |
| 5900 | static GRANT_COLUMN * |
| 5901 | column_hash_search(GRANT_TABLE *t, const LEX_CSTRING &cname) |
no test coverage detected