change meta file name

This commit is contained in:
Hongze Cheng 2020-05-15 05:28:57 +00:00
parent d3747f6ba5
commit 9df5abb0e2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ extern int tsdbDebugFlag;
{ taosPrintLog("TSDB ", 255, __VA_ARGS__); } { taosPrintLog("TSDB ", 255, __VA_ARGS__); }
// ------------------------------ TSDB META FILE INTERFACES ------------------------------ // ------------------------------ TSDB META FILE INTERFACES ------------------------------
#define TSDB_META_FILE_NAME "META" #define TSDB_META_FILE_NAME "meta"
#define TSDB_META_HASH_FRACTION 1.1 #define TSDB_META_HASH_FRACTION 1.1
typedef int (*iterFunc)(void *, void *cont, int contLen); typedef int (*iterFunc)(void *, void *cont, int contLen);