Skip to content

Commit 5747e47

Browse files
author
Alexander Zhdanov
committed
Fix the show tablespace TS command error
1 parent 55dfad1 commit 5747e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isql/show.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ processing_state SHOW_metadata(const SCHAR* const* cmd, SCHAR** lcmd)
21502150
{ShowOptions::schema, "SCHEMAS", 4},
21512151
{ShowOptions::map, "MAPPING", 3},
21522152
{ShowOptions::publication, "PUBLICATIONS", 3},
2153-
{ShowOptions::tablespace, "TABLESPACES", 0}
2153+
{ShowOptions::tablespace, "TABLESPACES", 10}
21542154
};
21552155

21562156
const ShowOptions showoptions(options, FB_NELEM(options), ShowOptions::wrong);

0 commit comments

Comments
 (0)