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

Got it to build.

This commit is contained in:
Patrick LeBlanc
2019-01-29 13:14:48 -06:00
parent 2624dc048d
commit 9bad261489
23 changed files with 180 additions and 62 deletions

View File

@@ -3,6 +3,7 @@
#define LIST_DIRECTORYTASK_H_
#include "PosixTask.h"
#include <string>
namespace storagemanager
{
@@ -18,7 +19,7 @@ class ListDirectoryTask : public PosixTask
private:
ListDirectoryTask();
void writeString(uint8_t buf, int *offset, int size, const std::string &str);
bool writeString(uint8_t *buf, int *offset, int size, const std::string &str);
struct cmd_overlay {
uint plen;
char path[];