PHP mysqlnd svn commit: r567 - trunk/php6/ext/mysqli
Author: ahristov
Date: 2007-06-28 14:49:03 +0200 (Thu, 28 Jun 2007)
New Revision: 567
Modified:
trunk/php6/ext/mysqli/mysqli_api.c
Log:
fix build error
Modified: trunk/php6/ext/mysqli/mysqli_api.c
- trunk/php6/ext/mysqli/mysqli_api.c 2007-06-28 12:37:50 UTC (rev 566)
+++ trunk/php6/ext/mysqli/mysqli_api.c 2007-06-28 12:49:03 UTC (rev 567)
@@ -1089,7 +1089,7 @@
return;
}
MYSQLI_FETCH_RESOURCE(result, MYSQL_RES *, &mysql_result, "mysqli_result", MYSQLI_STATUS_VALID);
- mysqlnd_fetch_into(result, MYSQLND_FETCH_NUM, return_value);
+ mysqlnd_fetch_into(result, MYSQLND_FETCH_NUM, return_value, MYSQLND_MYSQLI);
#endif
}
/* }}} */
--
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 Thu Jun 28 08:49:19 2007
This archive was generated by hypermail 2.1.8
: Thu Jun 28 2007 - 08:50:21 EDT
|