|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 |
|
3 |
| -# Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. |
| 3 | +# Copyright (c) 2013, 2021, Oracle and/or its affiliates. All rights reserved. |
4 | 4 | #
|
5 | 5 | # This program is free software; you can redistribute it and/or modify
|
6 | 6 | # it under the terms of the GNU General Public License, version 2.0, as
|
|
29 | 29 | # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
30 | 30 |
|
31 | 31 | # This file was auto-generated.
|
32 |
| -_GENERATED_ON = '2020-09-29' |
33 |
| -_MYSQL_VERSION = (8, 0, 23) |
| 32 | +_GENERATED_ON = '2021-03-05' |
| 33 | +_MYSQL_VERSION = (8, 0, 24) |
34 | 34 |
|
35 | 35 | # Start MySQL Error messages
|
36 | 36 | CR_UNKNOWN_ERROR = u"Unknown MySQL error"
|
37 | 37 | CR_SOCKET_CREATE_ERROR = u"Can't create UNIX socket (%s)"
|
38 | 38 | CR_CONNECTION_ERROR = u"Can't connect to local MySQL server through socket '%-.100s' (%s)"
|
39 |
| -CR_CONN_HOST_ERROR = u"Can't connect to MySQL server on '%-.100s' (%s)" |
| 39 | +CR_CONN_HOST_ERROR = u"Can't connect to MySQL server on '%-.100s:%u' (%s)" |
40 | 40 | CR_IPSOCK_ERROR = u"Can't create TCP/IP socket (%s)"
|
41 | 41 | CR_UNKNOWN_HOST = u"Unknown MySQL server host '%-.100s' (%s)"
|
42 | 42 | CR_SERVER_GONE_ERROR = u"MySQL server has gone away"
|
|
55 | 55 | CR_CANT_READ_CHARSET = u"Can't initialize character set %-.32s (path: %-.100s)"
|
56 | 56 | CR_NET_PACKET_TOO_LARGE = u"Got packet bigger than 'max_allowed_packet' bytes"
|
57 | 57 | CR_EMBEDDED_CONNECTION = u"Embedded server"
|
58 |
| -CR_PROBE_REPLICA_STATUS = u"Error on SHOW REPLICA STATUS:" |
59 |
| -CR_PROBE_REPLICA_HOSTS = u"Error on SHOW REPLICA HOSTS:" |
60 |
| -CR_PROBE_REPLICA_CONNECT = u"Error connecting to replica:" |
61 |
| -CR_PROBE_SOURCE_CONNECT = u"Error connecting to source:" |
| 58 | +CR_PROBE_SLAVE_STATUS = u"Error on SHOW SLAVE STATUS:" |
| 59 | +CR_PROBE_SLAVE_HOSTS = u"Error on SHOW SLAVE HOSTS:" |
| 60 | +CR_PROBE_SLAVE_CONNECT = u"Error connecting to slave:" |
| 61 | +CR_PROBE_MASTER_CONNECT = u"Error connecting to master:" |
62 | 62 | CR_SSL_CONNECTION_ERROR = u"SSL connection error: %-.100s"
|
63 | 63 | CR_MALFORMED_PACKET = u"Malformed packet"
|
64 | 64 | CR_WRONG_LICENSE = u"This client library is licensed only for use with MySQL servers having '%s' license"
|
|
0 commit comments