Changeset 27788 for trunk/pstamp/test/detect_query_create
- Timestamp:
- Apr 27, 2010, 4:08:17 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/test/detect_query_create (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/test/detect_query_create
r18738 r27788 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.
