Author: uwendel
Date: 2007-09-10 17:45:20 +0200 (Mon, 10 Sep 2007)
New Revision: 1008
Modified:
trunk/tests/ext/mysqli/mysqli_get_client_stats_ps.phpt
Log:
I'm quite sure an earlier version of mysqlnd gave me the faulty 1 instead of 0. However,
chaning to currect = expected behaviour.
Modified: trunk/tests/ext/mysqli/mysqli_get_client_stats_ps.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_get_client_stats_ps.phpt 2007-09-10 15:36:42 UTC (rev
1007)
+++ trunk/tests/ext/mysqli/mysqli_get_client_stats_ps.phpt 2007-09-10 15:45:20 UTC (rev
1008)
@@ -98,5 +98,5 @@
BUFFERED: rows_fetched_from_client_ps_cursor = 0
UNBUFFERED: rows_fetched_from_client_ps_unbuffered = %d
UNBUFFERED: rows_fetched_from_client_ps_buffered = %d
-UNBUFFERED: rows_fetched_from_client_ps_cursor = 1
+UNBUFFERED: rows_fetched_from_client_ps_cursor = 0
done!
\ No newline at end of file
| Thread |
|---|
| • PHP mysqlnd svn commit: r1008 - trunk/tests/ext/mysqli | uwendel | 10 Sep |