diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2023-05-11 09:07:45 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2023-05-11 09:07:45 +0200 |
commit | de703a2b215e156ce018da5b3b5423aafd163999 (patch) | |
tree | cce15997b57a4e3b32eb931cc138f20c3e60afd4 /include/my_handler_errors.h | |
parent | 2594da7a33580bf03590502a011679c878487d0c (diff) | |
parent | 7e7e12e747a8284efea697518940f6a647ff915c (diff) | |
download | mariadb-git-bb-10.4-release.tar.gz |
Merge branch '10.4' into 10.4.29 releasebb-10.4-release
Diffstat (limited to 'include/my_handler_errors.h')
-rw-r--r-- | include/my_handler_errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/my_handler_errors.h b/include/my_handler_errors.h index 4c3a02dd745..7eab185dd98 100644 --- a/include/my_handler_errors.h +++ b/include/my_handler_errors.h @@ -109,7 +109,8 @@ static const char *handler_error_messages[]= "Sequence has been run out", "Sequence values are conflicting", "Error during commit", - "Cannot select partitions" + "Cannot select partitions", + "Cannot initialize encryption. Check that all encryption parameters have been set" }; #endif /* MYSYS_MY_HANDLER_ERRORS_INCLUDED */ |