@@ -970,6 +970,21 @@ var MySQLErrName = map[uint16]string{
970970 ErrInvalidRecordKey : "invalid record key" ,
971971 ErrUnsupportedValueForVar : "variable '%s' does not yet support value: %s" ,
972972 ErrUnsupportedIsolationLevel : "The isolation level '%s' is not supported. Set tidb_skip_isolation_level_check=1 to skip this error" ,
973+ ErrInvalidDDLWorker : "Invalid DDL worker" ,
974+ ErrUnsupportedDDLOperation : "Unsupported %s" ,
975+ ErrNotOwner : "TiDB server is not a DDL owner" ,
976+ ErrCantDecodeIndex : "Cannot decode index value, because %s" ,
977+ ErrInvalidDDLJob : "Invalid DDL job" ,
978+ ErrInvalidDDLJobFlag : "Invalid DDL job flag" ,
979+ ErrWaitReorgTimeout : "Timeout waiting for data reorganization" ,
980+ ErrInvalidStoreVersion : "Invalid storage current version: %d" ,
981+ ErrUnknownTypeLength : "Unknown length for type %d" ,
982+ ErrUnknownFractionLength : "Unknown length for type %d and fraction %d" ,
983+ ErrInvalidDDLJobVersion : "Version %d of DDL job is greater than current one: %d" ,
984+ ErrInvalidSplitRegionRanges : "Failed to split region ranges" ,
985+ ErrReorgPanic : "Reorg worker panic" ,
986+ ErrInvalidDDLState : "Invalid %s state: %v" ,
987+ ErrCancelledDDLJob : "Cancelled DDL job" ,
973988
974989 // TiKV/PD errors.
975990 ErrPDServerTimeout : "PD server timeout" ,
0 commit comments