summaryrefslogtreecommitdiff
path: root/mysql-test/suite/storage_engine/parts/checksum_table.test
blob: eff70e3cadfd1ab83780ab9a65880a1ce8388cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 
# CHECKSUM TABLE for partitioned tables
# 

--source include/have_partition.inc
--source ../have_engine.inc

let $extra_tbl_opts = PARTITION BY HASH(a) PARTITIONS 2;
--source ../checksum_table.inc
--source ../checksum_table_live.inc

--source ../cleanup_engine.inc