small fix in 'mysql.pm'

This commit is contained in:
Jordi Sanfeliu 2013-01-16 18:59:18 +01:00
parent e84d1094e5
commit d072553836
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ sub mysql_update {
$qcache_hit_rate = $qcache_hits / ($qcache_hits + $Com_select) * 100;
$temp_tables_to_disk = $created_tmp_disk_tables / ($created_tmp_disk_tables + $created_tmp_tables) * 100;
$rrdata .= ":$queries:$slow_queries:$tcache_hit_rate:$qcache_usage:$opened_tables:$connections_usage:$connections:$table_locks_waited:$key_buffer_usage:$innodb_buffer_pool_usage:$com_select:$com_commit:$com_delete:$com_insert:$com_insert_s:$com_update:$com_replace:$com_replace_s:$com_rollback:$aborted_clients:$aborted_connects:$bytes_received:$bytes_sent:$qcache_hit_rate:$temp_tables_to_disk:0:0:0:0:0:0:0:0:0:0:0:0:0";
$rrdata .= ":$queries:$slow_queries:$tcache_hit_rate:$qcache_usage:$opened_tables:$connections_usage:$connections:$table_locks_waited:$key_buffer_usage:$innodb_buffer_pool_usage:$com_select:$com_commit:$com_delete:$com_insert:$com_insert_s:$com_update:$com_replace:$com_replace_s:$com_rollback:$aborted_clients:$aborted_connects:$bytes_received:$bytes_sent:$qcache_hit_rate:$com_stmtex:$temp_tables_to_disk:0:0:0:0:0:0:0:0:0:0:0:0";
}
RRDs::update($rrd, $rrdata);