removed debug info for writer
This commit is contained in:
parent
8399778902
commit
1d1d440cb9
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ public:
|
|||
bool write(const Record& record)
|
||||
{
|
||||
write_buffer[current_index] = record;
|
||||
++current_index;
|
||||
++total_writes_count;
|
||||
current_index++;
|
||||
total_writes_count++;
|
||||
|
||||
if (current_index >= buffer_size) {
|
||||
return flush_buffer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue