Skip to content

Commit a9990d6

Browse files
committed
Fix typo in MySqlErrorCode enum value.
The old value is kept for API compatibility with Connector/NET.
1 parent 396ad9d commit a9990d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MySqlConnector/MySqlErrorCode.g.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3056,6 +3056,9 @@ public enum MySqlErrorCode
30563056
/// <summary>
30573057
/// ER_CANT_CREATE_SROUTINE
30583058
/// </summary>
3059+
CannotCreateSubRoutine = 1607,
3060+
3061+
[System.Obsolete("Use CannotCreateSubRoutine")]
30593062
CannoCreateSubRoutine = 1607,
30603063

30613064
/// <summary>

0 commit comments

Comments
 (0)