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
MCOL4841 dev port run large join without OOM
This commit is contained in:
@ -754,7 +754,7 @@ int ha_mcs_impl_write_batch_row_(const uchar* buf, TABLE* table, cal_impl_if::ca
|
||||
}
|
||||
}
|
||||
|
||||
rc = fprintf(ci.filePtr, "\n"); //@bug 6077 check whether thhe pipe is still open
|
||||
rc = fprintf(ci.filePtr, "\n"); //@bug 6077 check whether the pipe is still open
|
||||
|
||||
if (rc < 0)
|
||||
rc = -1;
|
||||
|
Reference in New Issue
Block a user