summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_statistics.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-12-28 15:16:21 +0000
committerAndrey Hristov <andrey@php.net>2010-12-28 15:16:21 +0000
commitcfac5f5b674a038a35043018145bc61584695fdb (patch)
tree88d0db8340a1ccc42800ee93da48732d5df73c6b /ext/mysqlnd/mysqlnd_statistics.h
parent874954ed97e0328adf57470230f7f16552ba225c (diff)
downloadphp-git-cfac5f5b674a038a35043018145bc61584695fdb.tar.gz
extending the API interface - plugins can register
themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO.
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.h')
-rw-r--r--ext/mysqlnd/mysqlnd_statistics.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mysqlnd/mysqlnd_statistics.h b/ext/mysqlnd/mysqlnd_statistics.h
index b0c2f8bbe8..d66ebea02e 100644
--- a/ext/mysqlnd/mysqlnd_statistics.h
+++ b/ext/mysqlnd/mysqlnd_statistics.h
@@ -26,12 +26,6 @@
PHPAPI extern MYSQLND_STATS * mysqlnd_global_stats;
-typedef struct st_mysqlnd_string
-{
- char *s;
- size_t l;
-} MYSQLND_STRING;
-
extern const MYSQLND_STRING mysqlnd_stats_values_names[];
#ifdef ZTS