[GRASS-SVN] r39139 - grass/branches/develbranch_6/db/drivers/mysql
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 12 02:52:57 EDT 2009
Author: neteler
Date: 2009-09-12 02:52:57 -0400 (Sat, 12 Sep 2009)
New Revision: 39139
Modified:
grass/branches/develbranch_6/db/drivers/mysql/fetch.c
Log:
Clear up misunderstanding about what a MYSQL_ROW is (backport from trunk)
Modified: grass/branches/develbranch_6/db/drivers/mysql/fetch.c
===================================================================
--- grass/branches/develbranch_6/db/drivers/mysql/fetch.c 2009-09-12 06:52:55 UTC (rev 39138)
+++ grass/branches/develbranch_6/db/drivers/mysql/fetch.c 2009-09-12 06:52:57 UTC (rev 39139)
@@ -55,7 +55,7 @@
return DB_FAILED;
}
- G_debug(3, "row = %d nrows = %d", c->row, c->nrows);
+ G_debug(3, "nrows = %d", c->nrows);
if (c->row == NULL) {
*more = 0;
return DB_OK;
More information about the grass-commit
mailing list