errors
errors copied to clipboard
remove duplicate error code check and add some public method
TiDB use same error code to represent a class of code, like 8200
contain a series of error related to unsupported ddl. When using this terror lib, TiDB will panic. So, I remove this check.
LGTM
PTAL @overvenus
Actually, it looks wired to import log related dependencies in common error repo.