2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 13:12:21 +00:00

Corrected an error description

This commit is contained in:
ruben
2020-05-09 17:08:35 +01:00
parent a76caa8a83
commit fb6c72cd78

View File

@@ -1404,7 +1404,7 @@ constexpr error_entry all_errors [] = {
{ errc::table_name_causes_too_long_path, "table_name_causes_too_long_path" },
{ errc::audit_log_insufficient_privilege, "audit_log_insufficient_privilege" },
{ errc::da_grp_rpl_started_auto_rejoin, "da_grp_rpl_started_auto_rejoin" },
{ errc::incomplete_message, "///< An incomplete message was received from the server" },
{ errc::incomplete_message, "An incomplete message was received from the server" },
{ errc::extra_bytes, "Unexpected extra bytes at the end of a message were received" },
{ errc::sequence_number_mismatch, "Mismatched sequence numbers" },
{ errc::server_unsupported, "The server does not support the minimum required capabilities to establish the connection" },