Changeset 28003 for branches/pap/pstamp/test/detect_query_create
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/test/detect_query_create (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/pstamp/test/detect_query_create
r18738 r28003 16 16 $output, # Name of output table 17 17 $query_id, 18 $nostage, 18 19 ); 19 20 … … 22 23 'output|o=s' => \$output, 23 24 'query_id|q=s' => \$query_id, 25 'nostage' => \$nostage, 24 26 ) or pod2usage( 2 ); 25 27 … … 61 63 } 62 64 ]; 65 unless(defined($nostage)) { 66 push @{ $header }, { name => 'STAGE', 67 writetype => TSTRING, 68 comment => 'processing stage to examine', 69 value => undef 70 }; 71 } 63 72 64 73 # Specification of columns to write
Note:
See TracChangeset
for help on using the changeset viewer.
