mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix spelling: occurred, execute, which etc
This commit is contained in:
@ -313,7 +313,7 @@ int ha_init_errors(void)
|
||||
/* Set the dedicated error messages. */
|
||||
SETMSG(HA_ERR_KEY_NOT_FOUND, ER_DEFAULT(ER_KEY_NOT_FOUND));
|
||||
SETMSG(HA_ERR_FOUND_DUPP_KEY, ER_DEFAULT(ER_DUP_KEY));
|
||||
SETMSG(HA_ERR_RECORD_CHANGED, "Update wich is recoverable");
|
||||
SETMSG(HA_ERR_RECORD_CHANGED, "Update which is recoverable");
|
||||
SETMSG(HA_ERR_WRONG_INDEX, "Wrong index given to function");
|
||||
SETMSG(HA_ERR_CRASHED, ER_DEFAULT(ER_NOT_KEYFILE));
|
||||
SETMSG(HA_ERR_WRONG_IN_RECORD, ER_DEFAULT(ER_CRASHED_ON_USAGE));
|
||||
|
Reference in New Issue
Block a user