8000 update pymysql.constants.CR (#1029) · PyMySQL/PyMySQL@2beebd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2beebd9

Browse files
authored
1 parent afbef5e commit 2beebd9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pymysql/constants/CR.py

+12-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,15 @@
6565
CR_AUTH_PLUGIN_CANNOT_LOAD = 2059
6666
CR_DUPLICATE_CONNECTION_ATTR = 2060
6767
CR_AUTH_PLUGIN_ERR = 2061
68-
CR_ERROR_LAST = 2061
68+
CR_INSECURE_API_ERR = 2062
69+
CR_FILE_NAME_TOO_LONG = 2063
70+
CR_SSL_FIPS_MODE_ERR = 2064
71+
CR_DEPRECATED_COMPRESSION_NOT_SUPPORTED = 2065
72+
CR_COMPRESSION_WRONGLY_CONFIGURED = 2066
73+
CR_KERBEROS_USER_NOT_FOUND = 2067
74+
CR_LOAD_DATA_LOCAL_INFILE_REJECTED = 2068
75+
CR_LOAD_DATA_LOCAL_INFILE_REALPATH_FAIL = 2069
76+
CR_DNS_SRV_LOOKUP_FAILED = 2070
77+
CR_MANDATORY_TRACKER_NOT_FOUND = 2071
78+
CR_INVALID_FACTOR_NO = 2072
79+
CR_ERROR_LAST = 2072

0 commit comments

Comments
 (0)
0