|
| 1 | +CR_ERROR_FIRST: int |
| 2 | +CR_UNKNOWN_ERROR: int |
| 3 | +CR_SOCKET_CREATE_ERROR: int |
| 4 | +CR_CONNECTION_ERROR: int |
| 5 | +CR_CONN_HOST_ERROR: int |
| 6 | +CR_IPSOCK_ERROR: int |
| 7 | +CR_UNKNOWN_HOST: int |
| 8 | +CR_SERVER_GONE_ERROR: int |
| 9 | +CR_VERSION_ERROR: int |
| 10 | +CR_OUT_OF_MEMORY: int |
| 11 | +CR_WRONG_HOST_INFO: int |
| 12 | +CR_LOCALHOST_CONNECTION: int |
| 13 | +CR_TCP_CONNECTION: int |
| 14 | +CR_SERVER_HANDSHAKE_ERR: int |
| 15 | +CR_SERVER_LOST: int |
| 16 | +CR_COMMANDS_OUT_OF_SYNC: int |
| 17 | +CR_NAMEDPIPE_CONNECTION: int |
| 18 | +CR_NAMEDPIPEWAIT_ERROR: int |
| 19 | +CR_NAMEDPIPEOPEN_ERROR: int |
| 20 | +CR_NAMEDPIPESETSTATE_ERROR: int |
| 21 | +CR_CANT_READ_CHARSET: int |
| 22 | +CR_NET_PACKET_TOO_LARGE: int |
| 23 | +CR_EMBEDDED_CONNECTION: int |
| 24 | +CR_PROBE_SLAVE_STATUS: int |
| 25 | +CR_PROBE_SLAVE_HOSTS: int |
| 26 | +CR_PROBE_SLAVE_CONNECT: int |
| 27 | +CR_PROBE_MASTER_CONNECT: int |
| 28 | +CR_SSL_CONNECTION_ERROR: int |
| 29 | +CR_MALFORMED_PACKET: int |
| 30 | +CR_WRONG_LICENSE: int |
| 31 | +CR_NULL_POINTER: int |
| 32 | +CR_NO_PREPARE_STMT: int |
| 33 | +CR_PARAMS_NOT_BOUND: int |
| 34 | +CR_DATA_TRUNCATED: int |
| 35 | +CR_NO_PARAMETERS_EXISTS: int |
| 36 | +CR_INVALID_PARAMETER_NO: int |
| 37 | +CR_INVALID_BUFFER_USE: int |
| 38 | +CR_UNSUPPORTED_PARAM_TYPE: int |
| 39 | +CR_SHARED_MEMORY_CONNECTION: int |
| 40 | +CR_SHARED_MEMORY_CONNECT_REQUEST_ERROR: int |
| 41 | +CR_SHARED_MEMORY_CONNECT_ANSWER_ERROR: int |
| 42 | +CR_SHARED_MEMORY_CONNECT_FILE_MAP_ERROR: int |
| 43 | +CR_SHARED_MEMORY_CONNECT_MAP_ERROR: int |
| 44 | +CR_SHARED_MEMORY_FILE_MAP_ERROR: int |
| 45 | +CR_SHARED_MEMORY_MAP_ERROR: int |
| 46 | +CR_SHARED_MEMORY_EVENT_ERROR: int |
| 47 | +CR_SHARED_MEMORY_CONNECT_ABANDONED_ERROR: int |
| 48 | +CR_SHARED_MEMORY_CONNECT_SET_ERROR: int |
| 49 | +CR_CONN_UNKNOW_PROTOCOL: int |
| 50 | +CR_INVALID_CONN_HANDLE: int |
| 51 | +CR_SECURE_AUTH: int |
| 52 | +CR_FETCH_CANCELED: int |
| 53 | +CR_NO_DATA: int |
| 54 | +CR_NO_STMT_METADATA: int |
| 55 | +CR_NO_RESULT_SET: int |
| 56 | +CR_NOT_IMPLEMENTED: int |
| 57 | +CR_SERVER_LOST_EXTENDED: int |
| 58 | +CR_STMT_CLOSED: int |
| 59 | +CR_NEW_STMT_METADATA: int |
| 60 | +CR_ALREADY_CONNECTED: int |
| 61 | +CR_AUTH_PLUGIN_CANNOT_LOAD: int |
| 62 | +CR_DUPLICATE_CONNECTION_ATTR: int |
| 63 | +CR_AUTH_PLUGIN_ERR: int |
| 64 | +CR_ERROR_LAST: int |
0 commit comments