mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +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.