1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-641 This commit contains fixes for the rebase that mostly adds

WE_BINARY and WE_INT128 into switch-case blocks.
This commit is contained in:
Roman Nozdrin
2019-12-30 06:09:53 -06:00
parent c9f42fb5cc
commit df65543dd4
5 changed files with 49 additions and 19 deletions

View File

@ -638,7 +638,7 @@ void Convertor::convertColType(ColStruct* curStruct)
break;
default:
*internalType = WriteEngine::WR_BCDECIMAL;
*internalType = WriteEngine::WR_INT128;
break;
}