You've already forked mariadb-columnstore-engine
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:
@@ -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[];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user