Skip to content

Commit dfe426d

Browse files
committed
Fixes
1 parent 2ce9291 commit dfe426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/lib/ydb_cli/commands/ydb_sql.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class TCommandSql : public TYdbCommand, public TCommandWithOutput, public TComma
3434
bool ExplainMode = false;
3535
bool ExplainAnalyzeMode = false;
3636
bool ExplainAst = false;
37-
bool CollectDiagnostics = false;
37+
bool CollectFullDiagnostics = false;
3838
};
3939

4040
}

0 commit comments

Comments
 (0)