H A D | mysqlnd_statistics.h | 126 #define MYSQLND_DEC_CONN_STATISTIC(conn_stats, statistic) \ argument 132 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) \ argument 134 MYSQLND_INC_STATISTIC(MYSQLND_G(collect_statistics), (conn_stats), (statistic)); 136 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) \ argument 138 MYSQLND_INC_STATISTIC_W_VALUE(MYSQLND_G(collect_statistics), (conn_stats), (statistic), (value)); 140 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument 151 #define MYSQLND_DEC_CONN_STATISTIC(conn_stats, statistic) argument 153 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) argument 154 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) argument 155 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) argument [all …]
|