Commit 323afc6f authored by mmakela's avatar mmakela

branches/innodb+: ibuf_get_volume_buffered_count(): Add IBUF_REC_INFO_SIZE

only once. This fixes Issue #470.
parent 8f58da5f
......@@ -2733,7 +2733,6 @@ ibuf_get_volume_buffered_count(
case IBUF_REC_INFO_SIZE:
ibuf_op = (ibuf_op_t) types[IBUF_REC_OFFSET_TYPE];
types += IBUF_REC_INFO_SIZE;
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment