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

Finished first cut of CRP & PosixTasks. No way it builds yet.

This commit is contained in:
Patrick LeBlanc
2019-01-29 09:52:14 -06:00
parent b38c92738c
commit 8d926202ac
13 changed files with 283 additions and 6 deletions

View File

@@ -18,9 +18,9 @@ class ListDirectoryTask : public PosixTask
private:
ListDirectoryTask();
void writeString(uint8_t buf, int *offset, int size, const std::string &str)
void writeString(uint8_t buf, int *offset, int size, const std::string &str);
struct cmd_overlay {
uint flen;
uint plen;
char path[];
};
};