From f80121892b52d00360bc6a77bfd8a43dc6975ea0 Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Mon, 17 Oct 2016 19:19:39 +0300 Subject: [PATCH] Fixed CORE-5379: Regression service API for isc_spb_sts_table --- src/utilities/gstat/dbaswi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utilities/gstat/dbaswi.h b/src/utilities/gstat/dbaswi.h index 8d96d5977a0..fee77236a51 100644 --- a/src/utilities/gstat/dbaswi.h +++ b/src/utilities/gstat/dbaswi.h @@ -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