Skip to content

Commit

Permalink
Fixed CORE-5379: Regression service API for isc_spb_sts_table
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPeshkoff committed Oct 17, 2016
1 parent 13fd2f7 commit f801218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utilities/gstat/dbaswi.h
Expand Up @@ -66,6 +66,7 @@ const static struct Switches::in_sw_tab_t dba_in_sw_table[] =
{IN_SW_DBA_FETCH_PASS, 0, "FETCH_PASSWORD", 0,0,0, false, false, 37, 2, NULL}, // msg 37: -fetch fetch password from file
{IN_SW_DBA_RECORD, isc_spb_sts_record_versions,"RECORD", 0,0,0, false, true, 34, 1, NULL}, // msg 34: -r analyze average record and version length
{IN_SW_DBA_RELATION, isc_spb_sts_table, "TABLE", 0,0,0, false, false, 35, 1, NULL}, // msg 35: -t tablename
{IN_SW_DBA_RELATION, isc_spb_sts_table, "TABLE", 0,0,0, false, true, 0, 1, NULL}, // no msg: let run old buggy code
{IN_SW_DBA_ROLE, 0, "ROLE", 0,0,0, false, false, 57, 1, NULL}, // msg 57: -role SQL role name
// special switch to avoid including creation date, only for tests (no message)
{IN_SW_DBA_NOCREATION, isc_spb_sts_nocreation, "NOCREATION", 0,0,0, false, true, 0, 1, NULL}, // msg (ignored) -n suppress creation date
Expand Down

0 comments on commit f801218

Please sign in to comment.