mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-07 18:44:54 -06:00
.MySql: removed DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@4907 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
04f01ec309
commit
e97efcaf7b
1 changed files with 0 additions and 1 deletions
|
|
@ -272,7 +272,6 @@ bool MySqlConnection::Execute() {
|
|||
result = mysql_store_result(mysql);
|
||||
rows = (int)mysql_affected_rows(mysql);
|
||||
if(result) {
|
||||
DDUMP(rows);
|
||||
int fields = mysql_num_fields(result);
|
||||
info.SetCount(fields);
|
||||
convert.Alloc(fields, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue