[GRASS-SVN] r39135 - grass/trunk/db/drivers/mysql

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 12 02:16:54 EDT 2009


Author: glynn
Date: 2009-09-12 02:16:51 -0400 (Sat, 12 Sep 2009)
New Revision: 39135

Modified:
   grass/trunk/db/drivers/mysql/fetch.c
Log:
Clear up misunderstanding about what a MYSQL_ROW is


Modified: grass/trunk/db/drivers/mysql/fetch.c
===================================================================
--- grass/trunk/db/drivers/mysql/fetch.c	2009-09-12 03:49:13 UTC (rev 39134)
+++ grass/trunk/db/drivers/mysql/fetch.c	2009-09-12 06:16:51 UTC (rev 39135)
@@ -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