You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-4839: Fix clang build (#2100)
* Fix clang build * Extern C returned to plugin_instance Co-authored-by: Leonid Fedorov <l.fedorov@mail.corp.ru>
This commit is contained in:
@ -40,7 +40,7 @@ namespace WriteEngine
|
||||
{
|
||||
class Log;
|
||||
|
||||
struct ColumnInfo;
|
||||
class ColumnInfo;
|
||||
|
||||
/**
|
||||
* ColumnBufferManager class provides the functionality for multiple threads to
|
||||
@ -194,7 +194,7 @@ protected:
|
||||
* @param startOffset The buffer offset where the write should begin
|
||||
* @param writeSize The number of bytes to be written to the file
|
||||
* @param fillUpWEmpties The flag to fill the buffer with NULLs up to
|
||||
* the block boundary.
|
||||
* the block boundary.
|
||||
* @return success or fail status
|
||||
*/
|
||||
virtual int writeToFileExtentCheck(uint32_t startOffset, uint32_t writeSize,
|
||||
|
Reference in New Issue
Block a user