summaryrefslogtreecommitdiff
path: root/plugin/disks
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-0/+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.