6 -- echo #
testcase : pass = 1 fail = 0
7 SELECT count(*) > 0 as
"compress_stat"
8 FROM information_schema.innodb_cmp_per_index
10 compress_ops_ok BETWEEN @inl_val AND 1000
11 AND compress_ops BETWEEN @inl_val AND 1000
13 AND index_name like
'idx%' ;
16 my $dir = $ENV{
'MYSQLD_DATADIR'}.
"test";
18 opendir(DIR, $dir) or die $!;
19 while (my $file = readdir(DIR))
22 next unless ($file =~ m/\.ibd$/);
23 $size = -s
"$dir/$file";
24 print
"The size of the tab5.ibd file: $size\n";