Toad Edge for MYSQL的第一天
我找不到影响“开始/提交”事务的行数:
如果我这样做:
AllowedVariables = []
for k in model.K:
for l in model.L:
..... check all sorts of conditions, break if not valid
AllowedVaraibles.append((k,l,f,z))
model.AllowedVariables = Set(initialize=AllowedVariables)
我在信息栏上只处理了2条语句,而不是受影响的行数。
我确切地使用Begin来了解提交之前将影响多少行