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