diff --git a/src/commands.def b/src/commands.def index deba47fea..3338ee20a 100644 --- a/src/commands.def +++ b/src/commands.def @@ -7816,7 +7816,7 @@ struct COMMAND_ARG SINTERCARD_Args[] = { #ifndef SKIP_CMD_KEY_SPECS_TABLE /* SINTERSTORE key specs */ keySpec SINTERSTORE_Keyspecs[2] = { -{NULL,CMD_KEY_RW|CMD_KEY_UPDATE,KSPEC_BS_INDEX,.bs.index={1},KSPEC_FK_RANGE,.fk.range={0,1,0}},{NULL,CMD_KEY_RO|CMD_KEY_ACCESS,KSPEC_BS_INDEX,.bs.index={2},KSPEC_FK_RANGE,.fk.range={-1,1,0}} +{NULL,CMD_KEY_OW|CMD_KEY_UPDATE,KSPEC_BS_INDEX,.bs.index={1},KSPEC_FK_RANGE,.fk.range={0,1,0}},{NULL,CMD_KEY_RO|CMD_KEY_ACCESS,KSPEC_BS_INDEX,.bs.index={2},KSPEC_FK_RANGE,.fk.range={-1,1,0}} }; #endif diff --git a/src/commands/sinterstore.json b/src/commands/sinterstore.json index 28ccfff69..e8e4bb447 100644 --- a/src/commands/sinterstore.json +++ b/src/commands/sinterstore.json @@ -16,7 +16,7 @@ "key_specs": [ { "flags": [ - "RW", + "OW", "UPDATE" ], "begin_search": {