.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@7450 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-16 15:39:32 +00:00
parent a56d8e0137
commit c3509c9dc1

View file

@ -367,8 +367,6 @@ bool MySqlConnection::Execute() {
f.name = "LAST_INSERT_ID";
rows = 1;
}
else // CHECK: Is this really necessarry?
rows = (int)mysql_affected_rows(mysql);
}
return true;
}