1
0
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:
Patrick LeBlanc
2019-02-01 08:43:07 -06:00
parent a1b629cd8a
commit 07cc7f9d0e

View File

@@ -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);