1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-14533 Provide information_schema tables using which hardware

information can be obtained.

disks.test moved to plugin's directory.
This commit is contained in:
Alexey Botchkov
2018-03-24 00:30:28 +04:00
parent febe1e8503
commit 3b644ac1f7
4 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
--plugin-load-add=$DISKS_SO

View File

@ -0,0 +1,10 @@
package My::Suite::Disks;
@ISA = qw(My::Suite);
return "No Disks plugin" unless $ENV{DISKS_SO};
sub is_default { 1 }
bless { };