Daniel-Constantin Mierla writes:
Can you try again? I just committed a patch, it was 1 too much indeed.
daniel,
i tried again and now ::size is now correct. however, i'm still wondering this:
sip-proxy_ctl mi sht_dump htable | egrep '::flags' | wc 135 270 3138
mysql> select count(id) from htable where key_name like '%::flags'; +-----------+ | count(id) | +-----------+ | 136 | +-----------+
that is, i have other entries where key_name terminates with chars '::flags'. why mysql finds one more of those records than what sht_dump produces?
-- juha