1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

fix MDEV-27217 (4d5ae2b325)

Add error from later versions to avoid chaging HA_ERR_*
accross versions and in already released versions.
This commit is contained in:
Oleksandr Byelkin
2022-01-30 17:52:15 +01:00
parent a576a1cea5
commit ca41fdba22
2 changed files with 4 additions and 2 deletions

View File

@@ -108,6 +108,7 @@ static const char *handler_error_messages[]=
"Tablespace is missing for a table",
"Sequence has been run out",
"Sequence values are conflicting",
"Error during commit",
"Cannot select partitions"
};