Convenience function to get a reference to the buffer pool.
| 344 | |
| 345 | /// Convenience function to get a reference to the buffer pool. |
| 346 | BufferPool* buffer_pool() const { return ExecEnv::GetInstance()->buffer_pool(); } |
| 347 | |
| 348 | boost::scoped_ptr<TestEnv> test_env_; |
| 349 |
no outgoing calls
no test coverage detected