MDEV-27322 Test innodb.doublewrite crashes when using innodb_flush_method=O_DIRECT
- InnoDB fails to write the page0 while trying to attempt recover the page0 from doublewrite buffer and incorrect size is being passed to the os_file_write(). Fix is that InnoDB should proper close the parenthesis for function os_file_write() in deferred_dblwr() and InnoDB should free the newly created tablespace in case of error in deferred_dblwr().
Showing
Please register or sign in to comment