Fixing durability type filter in OE (#2043)

* Fixing durability type filter in OE

* Adding doc comment
This commit is contained in:
Aasim Khan
2023-05-05 17:10:09 -07:00
committed by GitHub
parent 46e6b484a3
commit 34d969c6ad
8 changed files with 115 additions and 28 deletions

View File

@@ -7227,6 +7227,16 @@ The Query Processor estimates that implementing the following index could improv
<target state="new">Include or exclude objects based on whether the column is in a primary key.</target>
<note></note>
</trans-unit>
<trans-unit id="FilterDurabilitySchemaOnly">
<source>Schema Only</source>
<target state="new">Schema Only</target>
<note></note>
</trans-unit>
<trans-unit id="FilterDurabilitySchemaAndData">
<source>Schema and Data</source>
<target state="new">Schema and Data</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>