Skip to content

Commit d34ea7a

Browse files
committed
Add missing error
1 parent c391eea commit d34ea7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/com/scalar/db/common/CoreError.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,8 @@ public enum CoreError implements ScalarDbError {
11371137
"Altering a column type failed. Table: %s; Column: %s; New column type: %s",
11381138
"",
11391139
""),
1140+
JDBC_MYSQL_GETTING_CONNECTION_METADATA_FAILED(
1141+
Category.INTERNAL_ERROR, "0063", "Getting the MySQL JDBC connection metadata failed", "", ""),
11401142

11411143
//
11421144
// Errors for the unknown transaction status error category

0 commit comments

Comments
 (0)