You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-13 16:01:32 +03:00
Added remaining methods in SMFileSystem to the test.
This commit is contained in:
@ -45,7 +45,7 @@ off64_t SMFileSystem::size(const char *filename) const
|
||||
|
||||
SMComm *smComm = SMComm::get();
|
||||
int err = smComm->stat(filename, &_stat);
|
||||
if (!err)
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
return _stat.st_size;
|
||||
|
Reference in New Issue
Block a user