summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/have_normal_bzip.inc
blob: 36c06274398c8f3bc15635ff0509ee2c8b3747f7 (plain)
1
2
3
4
5
6
7
8
9
--source include/have_compress.inc

# Test that the system is using the default/standard bzip library.
# If not, we have to skip the test as the compression lengths displayed
# in the test will not match the results from used compression library.

if (`select length(COMPRESS(space(5000))) != 33`) {
   skip Test skipped as standard bzip is needed;
}