You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-13 23:02:14 +03:00
Made the list-dir test clean up after itself.
This commit is contained in:
@@ -369,6 +369,7 @@ bool listdirtask()
|
||||
assert(off + e->flen + sizeof(listdir_resp_entry) < 1024);
|
||||
if (!strncmp(e->filename, filename, strlen(filename))) {
|
||||
cout << "listdirtask OK" << endl;
|
||||
::unlink(filename);
|
||||
return true;
|
||||
}
|
||||
//string name(e->filename, e->flen);
|
||||
|
||||
Reference in New Issue
Block a user