Merge pull request #1875 from taosdata/hotfix/change-tables-to-maxtables-according-to-liao

change tables to maxtables according to Dr. Liao
This commit is contained in:
Shengliang Guan 2020-05-11 20:00:28 +08:00 committed by GitHub
commit fe39658b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TDTestCase:
tdDnodes.start(1)
tdSql.execute('reset query cache')
tdSql.execute('drop database if exists db')
tdSql.execute('create database db cache 512 tables 10')
tdSql.execute('create database db cache 512 maxtables 10')
tdSql.execute('use db')
tdLog.info("================= step1")