This commit is contained in:
Hongze Cheng 2021-11-02 17:30:59 +08:00
parent 733506d432
commit 5469e93829
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ extern "C" {
#endif
struct SMeta {
char* path; // path of current meta
SMetaOptions options; // meta option
SMetaDB metaDB; // meta DB for real storage engine
char* path; // path of current meta
SMetaOptions options; // meta option
SMetaDB metaDB; // meta DB for real storage engine
STbUidGenerator uidGnrt; // meta table UID generator
};