You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-498 Revived unit tests for writeengine/shared and add new tests
for extent extention. Added a getter, moved some methods from protected into public to use with unit tests, e.g createFile, setPreallocSpace. Added code stub in FileOp::oid2FileName to use with UT.
This commit is contained in:
@ -44,4 +44,3 @@ target_link_libraries(writeengine ${NETSNMP_LIBRARIES})
|
||||
set_target_properties(writeengine PROPERTIES VERSION 1.0.0 SOVERSION 1)
|
||||
|
||||
install(TARGETS writeengine DESTINATION ${ENGINE_LIBDIR} COMPONENT libs)
|
||||
|
||||
|
@ -1529,7 +1529,8 @@ void ColumnOp::setColParam(Column& column,
|
||||
* rowIdArray - the array of row id, for performance purpose, I am assuming the rowIdArray is sorted
|
||||
* valArray - the array of row values
|
||||
* oldValArray - the array of old value
|
||||
* bDelete - yet. The flag must be useless.
|
||||
* bDelete - yet. The flag must be useless b/c writeRows
|
||||
* is used for deletion.
|
||||
* RETURN:
|
||||
* NO_ERROR if success, other number otherwise
|
||||
***********************************************************/
|
||||
|
Reference in New Issue
Block a user