File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
ydb/public/sdk/cpp/client/ydb_table Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1168,14 +1168,10 @@ struct TStreamExecScanQuerySettings : public TRequestSettings<TStreamExecScanQue
1168
1168
FLUENT_SETTING_DEFAULT_DEPRECATED (bool , Explain, false );
1169
1169
1170
1170
// Collect runtime statistics with a given detalization mode
1171
- <<<<<<< HEAD
1172
1171
FLUENT_SETTING_DEFAULT_DEPRECATED (ECollectQueryStatsMode, CollectQueryStats, ECollectQueryStatsMode::None);
1173
1172
1174
1173
// Collect full query compilation diagnostics
1175
1174
FLUENT_SETTING_DEFAULT_DEPRECATED (bool , CollectFullDiagnostics, false );
1176
- =======
1177
- FLUENT_SETTING_DEFAULT (ECollectQueryStatsMode, CollectQueryStats, ECollectQueryStatsMode::None);
1178
- >>>>>>> Fixes
1179
1175
};
1180
1176
1181
1177
class TSession ;
You can’t perform that action at this time.
0 commit comments