File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ you spot any mistakes.
7
7
## HEAD
8
8
9
9
* Add Amazon RDS GovCloud SSL certificates #1876
10
+ * Add new error codes up to MySQL 5.7.21
10
11
* Include connection ID in debug output
11
12
* Support Node.js 9.x
12
13
* Update Amazon RDS SSL certificates
Original file line number Diff line number Diff line change 1
1
/**
2
2
* MySQL error constants
3
3
*
4
- * Extracted from version 5.7.19
4
+ * Extracted from version 5.7.21
5
5
*
6
6
* !! Generated by generate-error-constants.js, do not modify by hand !!
7
7
*/
@@ -1204,6 +1204,11 @@ exports.ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO
1204
1204
exports . ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID = 3196 ;
1205
1205
exports . ER_XA_RETRY = 3197 ;
1206
1206
exports . ER_KEYRING_AWS_UDF_AWS_KMS_ERROR = 3198 ;
1207
+ exports . ER_BINLOG_UNSAFE_XA = 3199 ;
1208
+ exports . ER_UDF_ERROR = 3200 ;
1209
+ exports . ER_KEYRING_MIGRATION_FAILURE = 3201 ;
1210
+ exports . ER_KEYRING_ACCESS_DENIED_ERROR = 3202 ;
1211
+ exports . ER_KEYRING_MIGRATION_STATUS = 3203 ;
1207
1212
1208
1213
// Lookup-by-number table
1209
1214
exports [ 1 ] = 'EE_CANTCREATEFILE' ;
@@ -2404,3 +2409,8 @@ exports[3195] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO';
2404
2409
exports [ 3196 ] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID' ;
2405
2410
exports [ 3197 ] = 'ER_XA_RETRY' ;
2406
2411
exports [ 3198 ] = 'ER_KEYRING_AWS_UDF_AWS_KMS_ERROR' ;
2412
+ exports [ 3199 ] = 'ER_BINLOG_UNSAFE_XA' ;
2413
+ exports [ 3200 ] = 'ER_UDF_ERROR' ;
2414
+ exports [ 3201 ] = 'ER_KEYRING_MIGRATION_FAILURE' ;
2415
+ exports [ 3202 ] = 'ER_KEYRING_ACCESS_DENIED_ERROR' ;
2416
+ exports [ 3203 ] = 'ER_KEYRING_MIGRATION_STATUS' ;
You can’t perform that action at this time.
0 commit comments