-
Paweł Olchawa authored
1. Instead of calling srv_start(), we initialize only what's required and avoid initialization of e.g. trx_pool or dd. 2. We do not execute test for combinations of sync points because that takes too much time and most likely does not introduce as big gain in terms of correctness check. Fixed the doxygen comment for os_create_block_cache() because it was not telling truth about being called within os_aio_init() - it is called directly within srv_start().
Paweł Olchawa authored1. Instead of calling srv_start(), we initialize only what's required and avoid initialization of e.g. trx_pool or dd. 2. We do not execute test for combinations of sync points because that takes too much time and most likely does not introduce as big gain in terms of correctness check. Fixed the doxygen comment for os_create_block_cache() because it was not telling truth about being called within os_aio_init() - it is called directly within srv_start().
Loading