Merge pull request #27531 from taosdata/fix/ly_stream
fix(stream):forbid create stream on Windows
This commit is contained in:
commit
1f8c9a3402
|
@ -775,7 +775,7 @@ static int32_t mndProcessCreateStreamReq(SRpcMsg *pReq) {
|
|||
}
|
||||
|
||||
#ifdef WINDOWS
|
||||
terrno = TSDB_CODE_MND_INVALID_PLATFORM;
|
||||
code = TSDB_CODE_MND_INVALID_PLATFORM;
|
||||
goto _OVER;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue