mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fixing stats, updating test to accept new stats
This commit is contained in:
parent
1aad525c6e
commit
00654b8a06
2 changed files with 5 additions and 2 deletions
|
@ -887,7 +887,7 @@ if (!mysqli_query($link, "DROP SERVER IF EXISTS myself"))
|
|||
mysqli_close($link);
|
||||
?>
|
||||
--EXPECTF--
|
||||
array(150) {
|
||||
array(152) {
|
||||
[%u|b%"bytes_sent"]=>
|
||||
%unicode|string%(1) "0"
|
||||
[%u|b%"bytes_received"]=>
|
||||
|
@ -974,6 +974,10 @@ array(150) {
|
|||
%unicode|string%(1) "0"
|
||||
[%u|b%"rows_fetched_from_client_ps_cursor"]=>
|
||||
%unicode|string%(1) "0"
|
||||
[%u|b%"rows_affected_normal"]=>
|
||||
%unicode|string%(1) "0"
|
||||
[%u|b%"rows_affected_ps"]=>
|
||||
%unicode|string%(1) "0"
|
||||
[%u|b%"rows_skipped_normal"]=>
|
||||
%unicode|string%(1) "0"
|
||||
[%u|b%"rows_skipped_ps"]=>
|
||||
|
|
|
@ -79,7 +79,6 @@ const MYSQLND_STRING mysqlnd_stats_values_names[STAT_LAST] =
|
|||
{ STR_W_LEN("rows_affected_normal") },
|
||||
{ STR_W_LEN("rows_affected_ps") },
|
||||
{ STR_W_LEN("rows_skipped_normal") },
|
||||
{ STR_W_LEN("rows_skipped_normal") },
|
||||
{ STR_W_LEN("rows_skipped_ps") },
|
||||
{ STR_W_LEN("copy_on_write_saved") },
|
||||
{ STR_W_LEN("copy_on_write_performed") },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue