提交 dc2b3437 编写于 作者: S Steven Li

Recreated the tscServer.c:312 crash

上级 73bdaae1
......@@ -350,7 +350,7 @@ class DbState():
return "table_{}".format(tblNum)
def getTableNameToDelete(self):
if self.tableNumQueue.isEmpty:
if self.tableNumQueue.isEmpty():
return False
tblNum = self.tableNumQueue.pop() # TODO: race condition!
return "table_{}".format(tblNum)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册