Fixed stat fields name

This commit is contained in:
Xinchen Hui 2014-06-19 16:16:41 +08:00
parent e0680cb170
commit 82823e1e96

View File

@ -206,7 +206,7 @@ mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING
char tmp[25];
sprintf((char *)&tmp, MYSQLND_LLU_SPEC, stats->values[i]);
add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp);
add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp);
}
}
/* }}} */