| 840 | } |
| 841 | |
| 842 | uint Query_cache_block::headers_len() const |
| 843 | { |
| 844 | return (ALIGN_SIZE(sizeof(Query_cache_block_table)*n_tables) + |
| 845 | ALIGN_SIZE(sizeof(Query_cache_block))); |
| 846 | } |
| 847 | |
| 848 | uchar* Query_cache_block::data(void) const |
| 849 | { |
no outgoing calls
no test coverage detected