1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-17 01:02:23 +03:00

Finished the unit tests & they pass.

This commit is contained in:
Patrick LeBlanc
2019-01-31 16:23:07 -06:00
parent 13af644425
commit 443c4dfdf3
9 changed files with 236 additions and 43 deletions

View File

@@ -20,10 +20,6 @@ class ListDirectoryTask : public PosixTask
ListDirectoryTask();
bool writeString(uint8_t *buf, int *offset, int size, const std::string &str);
struct cmd_overlay {
uint plen;
char path[];
};
};