mirror of
https://github.com/MariaDB/server.git
synced 2025-11-01 11:26:11 +01:00
7 lines
85 B
Perl
7 lines
85 B
Perl
package My::Suite::ColumnStore;
|
|
|
|
use My::SysInfo;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
bless { };
|