8c67ffffe8
Merge branch '10.1' into 10.2
2020-06-11 22:35:30 +03:00
ae3a7d5e43
MDEV-22834: Disks plugin - change datatype to bigint
...
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.
2020-06-10 19:29:25 +03:00
ddeeb42e0b
Merge 10.1 into 10.2
2019-06-23 20:33:13 +03:00
d1fa6ba845
MDEV-18328: Make DISKS plugin check some privilege to access information_schema.DISKS table
...
Check FILE privelege.
2019-06-19 10:19:17 +02:00
c764bc0a78
Merge branch '10.1' into 10.2
2018-03-25 13:02:52 +02:00
0b74a1fa64
MDEV-14533 Provide information_schema tables using which hardware
...
information can be obtained.
plugin only enabled for Linux, as it fails building on BSD/MacOSX.
disks.test fixed.
2018-03-24 00:37:38 +04:00
3b644ac1f7
MDEV-14533 Provide information_schema tables using which hardware
...
information can be obtained.
disks.test moved to plugin's directory.
2018-03-24 00:30:28 +04:00