You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Fixed a bug processing a directory listing.
This commit is contained in:
@@ -227,6 +227,7 @@ int SMComm::listDirectory(const string &path, list<string> *entries)
|
|||||||
while (numElements > 0) {
|
while (numElements > 0) {
|
||||||
*response >> stmp;
|
*response >> stmp;
|
||||||
entries->push_back(stmp);
|
entries->push_back(stmp);
|
||||||
|
numElements--;
|
||||||
}
|
}
|
||||||
common_exit(command, response, err);
|
common_exit(command, response, err);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user