[MDEV-8395] InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE) Created: 2015-06-29 Updated: 2015-06-30 Resolved: 2015-06-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1.5 |
| Fix Version/s: | 10.1.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.1.6-2 |
| Description |
|
block_size == 0 and used on if (write_size % block_size) |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-06-30 ] |
|
commit d1307bde651a02535405531aa9abd576b625311c File block size might be 0 and used on modulo operator. Make sure that |