| 808 | *****************************************************************************/ |
| 809 | |
| 810 | inline Query_cache_block * Query_cache_block_table::block() |
| 811 | { |
| 812 | return (Query_cache_block *)(((uchar*)this) - |
| 813 | ALIGN_SIZE(sizeof(Query_cache_block_table)*n) - |
| 814 | ALIGN_SIZE(sizeof(Query_cache_block))); |
| 815 | } |
| 816 | |
| 817 | /***************************************************************************** |
| 818 | Query_cache_block method(s) |
no outgoing calls
no test coverage detected