summaryrefslogtreecommitdiff
path: root/plugin/disks
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-112-9/+10
|\
| * MDEV-22834: Disks plugin - change datatype to bigintVicențiu Ciorbaru2020-06-102-9/+10
| | | | | | | | | | | | 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.
* | Merge 10.1 into 10.2Eugene Kosov2019-06-233-3/+54
|\ \ | |/
| * MDEV-18328: Make DISKS plugin check some privilege to access ↵Oleksandr Byelkin2019-06-193-3/+47
| | | | | | | | | | | | information_schema.DISKS table Check FILE privelege.
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |
* | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-251-3/+3
|/
* MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-243-12/+1
| | | | | | | information can be obtained. plugin only enabled for Linux, as it fails building on BSD/MacOSX. disks.test fixed.
* MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-244-0/+36
| | | | | | information can be obtained. disks.test moved to plugin's directory.
* MDEV-14533 Provide information_schema tables using which hardware ↵Sergei Golubchik2018-03-233-0/+246
information can be obtained. update README, use maria_declare_plugin(), specify the author.