diff options
author | Ulf Wendel <uw@php.net> | 2009-10-22 16:05:33 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2009-10-22 16:05:33 +0000 |
commit | 00654b8a06905e9480bd586bbba230b7da297b1c (patch) | |
tree | e81a0b6ebdf1883a0b2ea4868abf9d92de7530c0 /ext/mysqlnd/mysqlnd_statistics.c | |
parent | 1aad525c6ea267d46666ba19ec3929ce81cea5af (diff) | |
download | php-git-00654b8a06905e9480bd586bbba230b7da297b1c.tar.gz |
Fixing stats, updating test to accept new stats
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_statistics.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_statistics.c b/ext/mysqlnd/mysqlnd_statistics.c index d65c8c1883..ca3967e215 100644 --- a/ext/mysqlnd/mysqlnd_statistics.c +++ b/ext/mysqlnd/mysqlnd_statistics.c @@ -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") }, |