File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/com/scalar/db/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -904,13 +904,13 @@ public enum CoreError implements ScalarDbError {
904904 CONSENSUS_COMMIT_INDEX_GET_NOT_ALLOWED_IN_SERIALIZABLE (
905905 Category .USER_ERROR ,
906906 "0258" ,
907- "Get operations using an index is not allowed in the SERIALIZABLE isolation level" ,
907+ "Get operations by using an index is not allowed in the SERIALIZABLE isolation level" ,
908908 "" ,
909909 "" ),
910910 CONSENSUS_COMMIT_INDEX_SCAN_NOT_ALLOWED_IN_SERIALIZABLE (
911911 Category .USER_ERROR ,
912912 "0259" ,
913- "Scan operations using an index is not allowed in the SERIALIZABLE isolation level" ,
913+ "Scan operations by using an index is not allowed in the SERIALIZABLE isolation level" ,
914914 "" ,
915915 "" ),
916916 CONSENSUS_COMMIT_CONDITION_ON_INDEXED_COLUMNS_NOT_ALLOWED_IN_CROSS_PARTITION_SCAN_IN_SERIALIZABLE (
You can’t perform that action at this time.
0 commit comments