1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-498 Returned changes in we_colbufcompressed.* b/c they are neccesary

to track compressed data size.
This commit is contained in:
Roman Nozdrin
2019-01-21 11:39:15 +03:00
parent abf7ef80c2
commit ecbf6b7606
3 changed files with 16 additions and 9 deletions

View File

@ -83,11 +83,11 @@ public:
*
* @param startOffset The buffer offset from where the write should begin
* @param writeSize The number of bytes to be written to the file
* @param fillUpWNulls The flag to fill the buffer with NULLs up to
* the block boundary.
* @param fillUpWEmpties The flag to fill the buffer with empty magic
* values up to the block boundary.
*/
virtual int writeToFile(int startOffset, int writeSize,
bool fillUpWNulls = false);
bool fillUpWEmpties = false);
private: