Merge pull request #22336 from taosdata/fix/TD-25445

fix/TD-25445: alter ttlChangeOnWrite note info
This commit is contained in:
Hui Li 2023-08-08 18:19:02 +08:00 committed by GitHub
commit 8d7e8f5734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static const char *offlineReason[] = {
"timezone not match",
"locale not match",
"charset not match",
"ttl change on write not match"
"ttlChangeOnWrite not match",
"unknown",
};