MDEV-11435 - fix integer divided by zero exception when calculating
buffer pool size The reason for the exception is previous overflow in multiplication of two 32bit integers (product was 0 rather than expected 8GB, due to truncation)
Showing
Please register or sign in to comment