File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-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 new Amazon RDS ca-central-1 certificate CA to Amazon RDS SSL profile #1809
10
+ * Add new error codes up to MySQL 5.7.19
10
11
* Add ` mysql.raw() ` to generate pre-escaped values #877 #1821
11
12
* Fix "changedRows" to work on non-English servers #1819
12
13
* Fix error when server sends RST on ` QUIT ` #1811
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.18
4
+ * Extracted from version 5.7.19
5
5
*
6
6
* !! Generated by generate-error-constants.js, do not modify by hand !!
7
7
*/
@@ -1200,6 +1200,10 @@ exports.ER_GROUP_REPLICATION_MAX_GROUP_SIZE
1200
1200
exports . ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED = 3192 ;
1201
1201
exports . ER_TABLE_REFERENCED = 3193 ;
1202
1202
exports . ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE = 3194 ;
1203
+ exports . ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO = 3195 ;
1204
+ exports . ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID = 3196 ;
1205
+ exports . ER_XA_RETRY = 3197 ;
1206
+ exports . ER_KEYRING_AWS_UDF_AWS_KMS_ERROR = 3198 ;
1203
1207
1204
1208
// Lookup-by-number table
1205
1209
exports [ 1 ] = 'EE_CANTCREATEFILE' ;
@@ -2396,3 +2400,7 @@ exports[3191] = 'ER_GROUP_REPLICATION_MAX_GROUP_SIZE';
2396
2400
exports [ 3192 ] = 'ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED' ;
2397
2401
exports [ 3193 ] = 'ER_TABLE_REFERENCED' ;
2398
2402
exports [ 3194 ] = 'ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE' ;
2403
+ exports [ 3195 ] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO' ;
2404
+ exports [ 3196 ] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID' ;
2405
+ exports [ 3197 ] = 'ER_XA_RETRY' ;
2406
+ exports [ 3198 ] = 'ER_KEYRING_AWS_UDF_AWS_KMS_ERROR' ;
You can’t perform that action at this time.
0 commit comments