You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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) {
|
||||
*response >> stmp;
|
||||
entries->push_back(stmp);
|
||||
numElements--;
|
||||
}
|
||||
common_exit(command, response, err);
|
||||
}
|
||||
|
Reference in New Issue
Block a user