Skip to content

Commit 7055059

Browse files
committed
A few new mysql error codes
1 parent ca37b85 commit 7055059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/Platform/Features/MysqlError.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,5 +1825,7 @@ class MysqlError extends IntEnum
18251825
public const ER_WARN_DEPRECATED_USER_DEFINED_COLLATIONS = 4162;
18261826
public const ER_SP_UNSUPPORTED_LANGUAGE = 4163;
18271827
public const ER_SP_NO_ALTER_LANGUAGE = 4164;
1828+
public const ER_VALIDATE_PASSWORD_INSUFFICIENT_CHANGED_CHARACTERS = 4165;
1829+
public const ER_WARN_DEPRECATED_WITH_NOTE = 4166;
18281830

18291831
}

0 commit comments

Comments
 (0)