mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
13 lines
269 B
Text
13 lines
269 B
Text
#
|
|
# 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
|
|
|