You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-18 13:54:11 +03:00
Important fix in IOCoordinator. Added the start of some
unit tests.
This commit is contained in:
@@ -34,14 +34,14 @@ void OpenTask::run()
|
||||
|
||||
if (getLength() > 1023)
|
||||
{
|
||||
handleError("OpenTask read", ENAMETOOLONG);
|
||||
handleError("OpenTask read1", ENAMETOOLONG);
|
||||
return;
|
||||
}
|
||||
|
||||
success = read(buf, getLength());
|
||||
if (!success)
|
||||
{
|
||||
handleError("OpenTask read", errno);
|
||||
handleError("OpenTask read2", errno);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user