File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
regression-test/suites/unique_with_mow_p0/partial_update Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ suite('test_partial_update_delete') {
147147 DISTRIBUTED BY HASH(k1) BUCKETS 1
148148 PROPERTIES (
149149 "enable_unique_key_merge_on_write" = "true",
150+ "enable_mow_light_delete" = "false",
150151 "disable_auto_compaction" = "true",
151152 "replication_num" = "1",
152153 "store_row_column" = "${ use_row_store} ",
@@ -199,6 +200,7 @@ suite('test_partial_update_delete') {
199200 DISTRIBUTED BY HASH(k1) BUCKETS 1
200201 PROPERTIES (
201202 "enable_unique_key_merge_on_write" = "true",
203+ "enable_mow_light_delete" = "false",
202204 "disable_auto_compaction" = "true",
203205 "replication_num" = "1",
204206 "store_row_column" = "${ use_row_store} ",
You can’t perform that action at this time.
0 commit comments