1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Added SMDataFile methods to the list tested.

This commit is contained in:
Patrick LeBlanc
2019-01-24 17:34:20 -06:00
parent a2c789d52a
commit 4583b2e8dc
4 changed files with 82 additions and 8 deletions

View File

@ -42,6 +42,9 @@ class SMDataFile : public IDBDataFile
time_t mtime();
int close();
// for testing only
SMDataFile(const char *fname, int openmode, size_t fake_size);
private:
SMDataFile();
SMDataFile(const char *fname, int openmode, const struct stat &);