diff --git a/dbcon/mysql/ha_calpont_execplan.cpp b/dbcon/mysql/ha_calpont_execplan.cpp index 0eb69f1f3..c612221ec 100755 --- a/dbcon/mysql/ha_calpont_execplan.cpp +++ b/dbcon/mysql/ha_calpont_execplan.cpp @@ -2236,8 +2236,6 @@ CalpontSystemCatalog::ColType colType_MysqlToIDB (const Item* item) { if (ct.colWidth < 20) ct.colWidth = 20; // for infinidb date length - if (ct.colWidth > 65535) - ct.colWidth = 65535; } // @bug5083. MySQL gives string type for date/datetime column. // need to adjust here.