This commit is contained in:
slguan 2019-09-10 18:35:31 +08:00
parent 2a93b80642
commit 3da5d2ab1f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#define TSC_MGMT_VNODE 999
int tsMasterIndex = 0;
int tsSlaveIndex = 1;
int tsSlaveIndex = 0; // slave == master for single node edition
uint32_t tsServerIp;
int (*tscBuildMsg[TSDB_SQL_MAX])(SSqlObj *pSql);