~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/suite/parts/inc/partition_layout.inc

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
   --replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
 
13
   --exec ls $MYSQLTEST_VARDIR/master-data/test/t1*
 
14
}