mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
On large hard disks (> 2TB), the plugin won't function correctly, always showing 2 TB of available space due to integer overflow. Upgrade table fields to bigint to resolve this problem.