3477 Marc Alff 2012-03-16
Fixed build break
modified:
storage/perfschema/pfs_instr_class.cc
3476 Marc Alff 2012-03-16
Fixed valgrind warnings
modified:
storage/perfschema/pfs_instr_class.cc
storage/perfschema/pfs_instr_class.h
storage/perfschema/pfs_stat.h
=== modified file 'storage/perfschema/pfs_instr_class.cc'
--- a/storage/perfschema/pfs_instr_class.cc 2012-03-16 12:19:57 +0000
+++ b/storage/perfschema/pfs_instr_class.cc 2012-03-16 13:00:49 +0000
@@ -1353,7 +1353,7 @@ search:
void PFS_table_share::aggregate_io(void)
{
- iunt safe_key_count= sanitize_index_count(m_key_count);
+ uint safe_key_count= sanitize_index_count(m_key_count);
uint index= global_table_io_class.m_event_name_index;
PFS_single_stat *table_io_total= & global_instr_class_waits_array[index];
m_table_stat.sum_io(table_io_total, safe_key_count);
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk-pfs-tuning branch (marc.alff:3476 to 3477) | Marc Alff | 16 Mar |