Skip to content

Commit

Permalink
MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTS
Browse files Browse the repository at this point in the history
  • Loading branch information
midenok committed Apr 3, 2020
1 parent ac1f819 commit 9c84958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mysqld_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
#define ER_REQUIRES_PRIMARY_KEY 1173
#define ER_NO_RAID_COMPILED 1174
#define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
#define ER_KEY_DOES_NOT_EXITS 1176
#define ER_KEY_DOES_NOT_EXISTS 1176
#define ER_CHECK_NO_SUCH_TABLE 1177
#define ER_CHECK_NOT_IMPLEMENTED 1178
#define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
Expand Down

0 comments on commit 9c84958

Please sign in to comment.