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