1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

MCOL-641 Fix the cpimport issue when tables contains wide-DECIMAL and other types.

This commit is contained in:
Roman Nozdrin
2020-06-25 09:27:25 +00:00
parent a61c190668
commit 8c02802ac1
4 changed files with 106 additions and 26 deletions

View File

@@ -205,6 +205,7 @@ WErrorCodes::WErrorCodes() : fErrorCodes()
fErrorCodes[ERR_BRM_SUSPEND] = " The system is in write suspended mode";
fErrorCodes[ERR_BRM_GET_SUSPEND] = " BRM error get the system suspend flag ";
fErrorCodes[ERR_BRM_BAD_STRIPE_CNT] = " Incorrect number of column extents allocated in stripe";
fErrorCodes[ERR_BRM_UNSUPP_WIDTH] = " Unsupported non-dictionary column width";
// DM error
fErrorCodes[ERR_DM_CONVERT_OID] = " a DM Conversion error";