You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-15 03:21:42 +03:00
Dataconvert::decimalToString badly fails w/o 20th member of mcs_pow_10 so I returned it
WF::percentile runtime threw an exception b/c of wrong DT deduced from its argument Replaced literals with constants Tought WF_sum_avg::checkSumLimit to use refs instead of values
This commit is contained in:
@ -423,7 +423,7 @@ uint8_t WE_DMLCommandProc::processSingleInsert(messageqcpp::ByteStream& bs, std:
|
||||
|
||||
// call the write engine to write the rows
|
||||
int error = NO_ERROR;
|
||||
// WIP
|
||||
// MCOL-641 WIP
|
||||
fWEWrapper.setDebugLevel(WriteEngine::DEBUG_3);
|
||||
cout << "inserting a row with transaction id " << txnid.id << endl;
|
||||
fWEWrapper.setIsInsert(true);
|
||||
|
Reference in New Issue
Block a user