regex:add configuration option for max regex string len

This commit is contained in:
shenglian zhou 2021-09-09 21:41:09 +08:00
parent 130365c6af
commit 327aa87aa9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class TDTestCase:
def run(self): def run(self):
tdSql.query("show variables") tdSql.query("show variables")
tdSql.checkData(55, 1, 864000) tdSql.checkData(56, 1, 864000)
def stop(self): def stop(self):
tdSql.close() tdSql.close()