Skip to content
Permalink
Browse files
MDEV-14533 Provide information_schema tables using which hardware
information can be obtained.

disks.test moved to plugin's directory.
  • Loading branch information
Alexey Botchkov committed Mar 23, 2018
1 parent febe1e8 commit 3b644ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
@@ -0,0 +1 @@
--plugin-load-add=$DISKS_SO
@@ -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 { };

0 comments on commit 3b644ac

Please sign in to comment.