# Tests for the partition storage engine in connection with the# storage engine BLACKHOLE.## Creation:# 2007-10-18 mleich - Move BLACKHOLE related sub tests of partition.test to# this test. Reason: BLACKHOLE is not everytime available.# - Minor cleanup#--sourceinclude/have_partition.inc--sourceinclude/have_blackhole.inc## Bug#14524 Partitions: crash if blackhole#--disable_warningsDROPTABLEIFEXISTSt1;--enable_warningsCREATETABLE`t1`(`id`int(11)defaultNULL)ENGINE=BLACKHOLEDEFAULTCHARSET=latin1PARTITIONBYHASH(id);SELECT*FROMt1;DROPTABLEt1;