[GRASS-SVN] r39138 - grass/branches/releasebranch_6_4/db/drivers/mysql

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 12 02:52:56 EDT 2009


Author: neteler
Date: 2009-09-12 02:52:55 -0400 (Sat, 12 Sep 2009)
New Revision: 39138

Modified:
   grass/branches/releasebranch_6_4/db/drivers/mysql/fetch.c
Log:
Clear up misunderstanding about what a MYSQL_ROW is (backport from trunk)

Modified: grass/branches/releasebranch_6_4/db/drivers/mysql/fetch.c
===================================================================
--- grass/branches/releasebranch_6_4/db/drivers/mysql/fetch.c	2009-09-12 06:45:52 UTC (rev 39137)
+++ grass/branches/releasebranch_6_4/db/drivers/mysql/fetch.c	2009-09-12 06:52:55 UTC (rev 39138)
@@ -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