You've already forked mariadb-columnstore-engine
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:
@ -638,7 +638,7 @@ void Convertor::convertColType(ColStruct* curStruct)
|
||||
break;
|
||||
|
||||
default:
|
||||
*internalType = WriteEngine::WR_BCDECIMAL;
|
||||
*internalType = WriteEngine::WR_INT128;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user