Skip to content

Commit

Permalink
A few new mysql error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoiq committed Feb 27, 2024
1 parent ca37b85 commit 7055059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/Platform/Features/MysqlError.php
Original file line number Diff line number Diff line change
Expand Up @@ -1825,5 +1825,7 @@ class MysqlError extends IntEnum
public const ER_WARN_DEPRECATED_USER_DEFINED_COLLATIONS = 4162;
public const ER_SP_UNSUPPORTED_LANGUAGE = 4163;
public const ER_SP_NO_ALTER_LANGUAGE = 4164;
public const ER_VALIDATE_PASSWORD_INSUFFICIENT_CHANGED_CHARACTERS = 4165;
public const ER_WARN_DEPRECATED_WITH_NOTE = 4166;

}

0 comments on commit 7055059

Please sign in to comment.