Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

PHP mysqlnd svn commit: r919 - trunk/mysqlnd

From: <ahristov(at)mysql.com>
Date: Fri Aug 17 2007 - 03:26:41 EDT


Author: ahristov
Date: 2007-08-17 09:26:41 +0200 (Fri, 17 Aug 2007) New Revision: 919

Modified:

   trunk/mysqlnd/mysqlnd.c
Log:
The trace log will look better now mysqlnd/mysqlnd.c

Modified: trunk/mysqlnd/mysqlnd.c


  • trunk/mysqlnd/mysqlnd.c 2007-08-17 07:23:29 UTC (rev 918) +++ trunk/mysqlnd/mysqlnd.c 2007-08-17 07:26:41 UTC (rev 919) @@ -1597,7 +1597,8 @@ conn->current_result = NULL; result->conn = conn->m->get_reference(conn);
    • DBG_RETURN(result->m.use_result(result, FALSE TSRMLS_CC));
      + result = result->m.use_result(result, FALSE TSRMLS_CC);
      + DBG_RETURN(result);
      } /* }}} */

@@ -1628,7 +1629,8 @@

 	result = conn->current_result;
 	conn->current_result = NULL;
 
-	DBG_RETURN(result->m.store_result(result, conn, FALSE TSRMLS_CC));

+ result = result->m.store_result(result, conn, FALSE TSRMLS_CC);
+ DBG_RETURN(result);

 }
 /* }}} */  
-- 
MySQL Code Commits Mailing List
For list archives: 
http://lists.mysql.com/commits
To unsubscribe:    
http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Fri Aug 17 03:26:57 2007

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 08:37:26 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library