1 # inc/partition_layout.inc
3 # Print partitioning related informations about the table t1
6 eval SHOW CREATE
TABLE t1;
8 # Optional (most probably issues with separators and case sensitivity)
9 # listing of files belonging to the table t1
12 let $MYSQLD_DATADIR= `select @@datadir`;
13 --replace_result $MYSQLD_DATADIR MYSQLD_DATADIR #p# #P# #sp# #SP#
14 --list_files $MYSQLD_DATADIR/
test t1*