mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / parts / inc / partition_layout.inc
blob67d0fd4c0e9cb6bb1f02eaad5411a494a67c070b
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
10 if ($ls)
12    let $MYSQLD_DATADIR= `select @@datadir`;
13    --replace_result $MYSQLD_DATADIR MYSQLD_DATADIR
14    --list_files $MYSQLD_DATADIR/test t1*