--- embedaddon/php/ext/mysqlnd/mysqlnd_statistics.h 2012/02/21 23:47:58 1.1.1.1 +++ embedaddon/php/ext/mysqlnd/mysqlnd_statistics.h 2013/07/22 01:31:56 1.1.1.3 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 2006-2012 The PHP Group | + | Copyright (c) 2006-2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -18,19 +18,13 @@ +----------------------------------------------------------------------+ */ -/* $Id: mysqlnd_statistics.h,v 1.1.1.1 2012/02/21 23:47:58 misho Exp $ */ +/* $Id: mysqlnd_statistics.h,v 1.1.1.3 2013/07/22 01:31:56 misho Exp $ */ #ifndef MYSQLND_STATISTICS_H #define MYSQLND_STATISTICS_H 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[];