~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-29 12:50:19 UTC
  • mfrom: (12.1.4 drizzle)
  • Revision ID: brian@localhost.localdomain-20080629125019-qxk9qma8esphwwus
Committing merge

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
 
}