We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca37b85 commit 7055059Copy full SHA for 7055059
sources/Platform/Features/MysqlError.php
@@ -1825,5 +1825,7 @@ class MysqlError extends IntEnum
1825
public const ER_WARN_DEPRECATED_USER_DEFINED_COLLATIONS = 4162;
1826
public const ER_SP_UNSUPPORTED_LANGUAGE = 4163;
1827
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;
1830
1831
}
0 commit comments