1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-27 21:01:50 +03:00

MCOL-769 Add new binary bulk insert command

For use with mcsapi and maybe INSERT...SELECT and LDI
This commit is contained in:
Andrew Hutchings
2017-06-13 13:19:01 +01:00
parent ba7825cce6
commit 8a9c58cf6b
4 changed files with 724 additions and 8 deletions

View File

@ -149,6 +149,11 @@ void DmlReadThread::operator()()
//cout << "fWeDMLprocessor " << fWeDMLprocessor << " is processing batchinsert ..." << endl;
break;
}
case WE_SVR_BATCH_INSERT_BINARY:
{
rc = fWeDMLprocessor->processBatchInsertBinary(ibs, errMsg, PMId);
break;
}
case WE_SVR_BATCH_INSERT_END:
{
rc = fWeDMLprocessor->processBatchInsertHwm(ibs, errMsg);