summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_statistics.c
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2009-10-22 16:05:33 +0000
committerUlf Wendel <uw@php.net>2009-10-22 16:05:33 +0000
commit277846d23ce8d5fc2b470c273025592d8067e812 (patch)
tree264c0139ad54addbae89b31ce3baf65cd68888c6 /ext/mysqlnd/mysqlnd_statistics.c
parentb39c5e2332e8cfb9c56456f5b67afef126782342 (diff)
downloadphp-git-277846d23ce8d5fc2b470c273025592d8067e812.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.c1
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") },