Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.5
-
None
-
10.1.6-2
Description
block_size == 0 and used on if (write_size % block_size)
block_size == 0 and used on if (write_size % block_size)
commit d1307bde651a02535405531aa9abd576b625311c
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Tue Jun 30 08:34:31 2015 +0300
MDEV-8395: InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE)File block size might be 0 and used on modulo operator. Make sure that
file block size is initialized to 512.