MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
partition_layout.inc
1 # inc/partition_layout.inc
2 #
3 # Print partitioning related informations about the table t1
4 #
5 
6 eval SHOW CREATE TABLE t1;
7 
8 # Optional (most probably issues with separators and case sensitivity)
9 # listing of files belonging to the table t1
10 if ($ls)
11 {
12  let $MYSQLD_DATADIR= `select @@datadir`;
13  --replace_result $MYSQLD_DATADIR MYSQLD_DATADIR #p# #P# #sp# #SP#
14  --list_files $MYSQLD_DATADIR/test t1*
15 }